]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mesh scsi: fix error handling
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 23 Sep 2005 04:44:09 +0000 (21:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Sep 2005 05:17:36 +0000 (22:17 -0700)
commit0cdc82ee1ae36c1ae4631fc3a782faeb0b90df38
tree38dbeb4253338f25392c074a5e289c74e0b7ee9c
parent98b4f5929ce5e616d0d0e13c71baf50083ab7397
[PATCH] mesh scsi: fix error handling

The PowerMac mesh SCSI driver had some missing error handling which would
trigger warnings due to lack of handling of return value from
scsi_add_host.  This fixes it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/mesh.c