git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2755a8
)
[PATCH] Fix aic7xxx_osm.c compile with older gcc's
author
James Bottomley
<James.Bottomley@SteelEye.com>
Thu, 21 Apr 2005 14:35:45 +0000
(07:35 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 21 Apr 2005 14:35:45 +0000
(07:35 -0700)
My version of gcc doesn't warn about this error (declaration in the
middle of a set of statements).
The fix is simple (this also corrects return code; for init functions it
should be zero or error).
No differences found