Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7461d903
Commit
7461d903
authored
Feb 15, 2004
by
Benjamin Herrenschmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Small typo in aty128fb
This fixes a small merge error in aty128fb resulting in a compile failure.
parent
b01d7ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/video/aty/aty128fb.c
drivers/video/aty/aty128fb.c
+1
-1
No files found.
drivers/video/aty/aty128fb.c
View file @
7461d903
...
...
@@ -1952,7 +1952,7 @@ static int __init aty128_probe(struct pci_dev *pdev, const struct pci_device_id
bios
=
aty128_map_ROM
(
par
,
pdev
);
#ifdef __i386__
if
(
bios
==
NULL
)
bios
=
aty128_find_mem_vbios
(
par
,
pdev
);
bios
=
aty128_find_mem_vbios
(
par
);
#endif
if
(
bios
==
NULL
)
printk
(
KERN_INFO
"aty128fb: BIOS not located, guessing timings.
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment