diff options
Diffstat (limited to 'drivers/usb/storage/isd200.c')
-rw-r--r-- | drivers/usb/storage/isd200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index 7308e8cbe8f9..6831dca93c1b 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c | |||
@@ -1382,7 +1382,7 @@ static int isd200_init_info(struct us_data *us) | |||
1382 | } else | 1382 | } else |
1383 | US_DEBUGP("ERROR - kmalloc failure\n"); | 1383 | US_DEBUGP("ERROR - kmalloc failure\n"); |
1384 | 1384 | ||
1385 | return(retStatus); | 1385 | return retStatus; |
1386 | } | 1386 | } |
1387 | 1387 | ||
1388 | /************************************************************************** | 1388 | /************************************************************************** |