USB: sierra_ms: don't keep unused variable
authorAlan Cox <alan@linux.intel.com>
Wed, 19 Sep 2012 14:47:03 +0000 (15:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 16:50:02 +0000 (09:50 -0700)
commit0220a3f01ab3d4673ca7087701d7466bea6b1d3a
tree268e5d4c81636af4c19882e5befdae702c8fec97
parente98b6a4f9667e41eb96104991794eb29212ec2b7
USB: sierra_ms: don't keep unused variable

We need to call scsi_get_host_dev(sh) but we never use the return
nor do we have any reason to check it.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/sierra_ms.c