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
96b24143
Commit
96b24143
authored
Feb 01, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Atyfb_base compile fix from Andres Salomon <dilinger@voxel.net>
parent
c3b36dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/video/aty/atyfb_base.c
drivers/video/aty/atyfb_base.c
+3
-3
No files found.
drivers/video/aty/atyfb_base.c
View file @
96b24143
...
@@ -2587,12 +2587,12 @@ void cleanup_module(void)
...
@@ -2587,12 +2587,12 @@ void cleanup_module(void)
if
(
info
->
screen_base
)
if
(
info
->
screen_base
)
iounmap
((
void
*
)
info
->
screen_base
);
iounmap
((
void
*
)
info
->
screen_base
);
#ifdef __BIG_ENDIAN
#ifdef __BIG_ENDIAN
if
(
info
->
cursor
&&
par
->
cursor
->
ram
)
if
(
par
->
cursor
&&
par
->
cursor
->
ram
)
iounmap
(
par
->
cursor
->
ram
);
iounmap
(
par
->
cursor
->
ram
);
#endif
#endif
#endif
#endif
if
(
info
->
cursor
)
if
(
par
->
cursor
)
kfree
(
info
->
cursor
);
kfree
(
par
->
cursor
);
#ifdef __sparc__
#ifdef __sparc__
if
(
par
->
mmap_map
)
if
(
par
->
mmap_map
)
kfree
(
par
->
mmap_map
);
kfree
(
par
->
mmap_map
);
...
...
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