]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix aic7xxx_osm.c compile with older gcc's
authorJames Bottomley <James.Bottomley@SteelEye.com>
Thu, 21 Apr 2005 14:35:45 +0000 (07:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 21 Apr 2005 14:35:45 +0000 (07:35 -0700)
commit8e8e4f9b0d2f0b1fbb89e51cbc9412143faf4d79
tree385e241e0cc18794b8d8b70095181e2578bee14c
parent0d45c7cfd3b5e9e21d2fdb1851a62c498a571f10
[PATCH] Fix aic7xxx_osm.c compile with older gcc's

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).
drivers/scsi/aic7xxx/aic7xxx_osm.c