diff options
Diffstat (limited to 'drivers/usb/storage/realtek_cr.c')
-rw-r--r-- | drivers/usb/storage/realtek_cr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index 281be56d5648..8591d89a38e6 100644 --- a/drivers/usb/storage/realtek_cr.c +++ b/drivers/usb/storage/realtek_cr.c | |||
@@ -115,7 +115,7 @@ struct rts51x_chip { | |||
115 | enum RTS51X_STAT state; | 115 | enum RTS51X_STAT state; |
116 | int support_auto_delink; | 116 | int support_auto_delink; |
117 | #endif | 117 | #endif |
118 | /* used to back up the protocal choosen in probe1 phase */ | 118 | /* used to back up the protocol chosen in probe1 phase */ |
119 | proto_cmnd proto_handler_backup; | 119 | proto_cmnd proto_handler_backup; |
120 | }; | 120 | }; |
121 | 121 | ||
@@ -925,7 +925,7 @@ static int realtek_cr_autosuspend_setup(struct us_data *us) | |||
925 | (unsigned long)chip); | 925 | (unsigned long)chip); |
926 | fw5895_init(us); | 926 | fw5895_init(us); |
927 | 927 | ||
928 | /* enable autosuspend funciton of the usb device */ | 928 | /* enable autosuspend function of the usb device */ |
929 | usb_enable_autosuspend(us->pusb_dev); | 929 | usb_enable_autosuspend(us->pusb_dev); |
930 | 930 | ||
931 | return 0; | 931 | return 0; |