diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 6056db7af410..263c5035eabf 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/core/driver.c | |||
@@ -238,7 +238,7 @@ static int usb_probe_device(struct device *dev) | |||
238 | /* TODO: Add real matching code */ | 238 | /* TODO: Add real matching code */ |
239 | 239 | ||
240 | /* The device should always appear to be in use | 240 | /* The device should always appear to be in use |
241 | * unless the driver suports autosuspend. | 241 | * unless the driver supports autosuspend. |
242 | */ | 242 | */ |
243 | if (!udriver->supports_autosuspend) | 243 | if (!udriver->supports_autosuspend) |
244 | error = usb_autoresume_device(udev); | 244 | error = usb_autoresume_device(udev); |