USB: storage: Drop an unneeded a NULL test
[linux-2.6-block.git] / drivers / usb / storage / jumpshot.c
index 1c69420e3acfbca73efd926d10d2f592dfdc685d..6168596c5ac68eccc72b6bacf1a42770df8a12c5 100644 (file)
@@ -335,7 +335,7 @@ static int jumpshot_id_device(struct us_data *us,
        unsigned char *reply;
        int      rc;
 
-       if (!us || !info)
+       if (!info)
                return USB_STOR_TRANSPORT_ERROR;
 
        command[0] = 0xE0;