sd: fix an error return in probe()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 19 Jan 2015 14:41:12 +0000 (17:41 +0300)
committerJames Bottomley <JBottomley@Odin.com>
Mon, 25 May 2015 15:46:24 +0000 (08:46 -0700)
commitdee0586e15d5d5796dd76bdc0ecfb7df7c5ee1c8
tree818e7ca9d4371c2e402470e2e8be08d8eef22497
parentef10b16948bc0db51a0140be5109ad73b170a011
sd: fix an error return in probe()

If device_add() fails then it should return the error code but instead
the current code returns success.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/sd.c