]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SCSI: dc395x: uninitialized variable in device_alloc()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Feb 2013 19:03:18 +0000 (22:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 18:29:41 +0000 (11:29 -0700)
commit76284215d03e98df97e12fa5b41ce5241ba47c35
treea08bce66e47d44605423efdd663a72fb0dea774a
parentf8ac69742302f0571303c7b21157295a122bec5d
SCSI: dc395x: uninitialized variable in device_alloc()

commit 208afec4f3be8c51ad6eebe6611dd6d2ad2fa298 upstream.

This bug was introduced back in bitkeeper days in 2003.  We use
"dcb->dev_mode" before it has been initialized.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/dc395x.c