[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)
commit858eaca169ed5e7b1b14eebb889323e75a02af0e
tree385e241e0cc18794b8d8b70095181e2578bee14c
parenta2755a80f40e5794ddc20e00f781af9d6320fafb
[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