diff options
-rw-r--r-- | drivers/usb/storage/initializers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/storage/initializers.c b/drivers/usb/storage/initializers.c index ee5b42aa5363..187dd1e01093 100644 --- a/drivers/usb/storage/initializers.c +++ b/drivers/usb/storage/initializers.c | |||
@@ -66,7 +66,8 @@ int usb_stor_ucr61s2b_init(struct us_data *us) | |||
66 | { | 66 | { |
67 | struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap*) us->iobuf; | 67 | struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap*) us->iobuf; |
68 | struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf; | 68 | struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf; |
69 | int res, partial; | 69 | int res; |
70 | unsigned int partial; | ||
70 | static char init_string[] = "\xec\x0a\x06\x00$PCCHIPS"; | 71 | static char init_string[] = "\xec\x0a\x06\x00$PCCHIPS"; |
71 | 72 | ||
72 | US_DEBUGP("Sending UCR-61S2B initialization packet...\n"); | 73 | US_DEBUGP("Sending UCR-61S2B initialization packet...\n"); |