[SCSI] fcoe: fix missing error check in call to fcoe_if_init
authorChris Leech <christopher.leech@intel.com>
Tue, 25 Aug 2009 20:59:14 +0000 (13:59 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 10 Sep 2009 17:07:28 +0000 (12:07 -0500)
commit5892c32f8a2d5a37d4c2ff1df62f6e8a2664abdb
tree5eeecbafec68e1d9ec2958f888c12736b6a438c8
parenta4b7cfaee487caef913be978dce60896fe741268
[SCSI] fcoe: fix missing error check in call to fcoe_if_init

fcoe_if_init() can fail, but it's return value wasn't checked

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.c