Skip to content

Commit

Permalink
usb-storage: fix realtek cr configuration
Browse files Browse the repository at this point in the history
A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Vincent Palatin authored and Greg Kroah-Hartman committed Sep 18, 2011
1 parent 8582d86 commit 839f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/storage/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config USB_STORAGE_REALTEK

config REALTEK_AUTOPM
bool "Realtek Card Reader autosuspend support"
depends on USB_STORAGE_REALTEK && CONFIG_PM_RUNTIME
depends on USB_STORAGE_REALTEK && PM_RUNTIME
default y

config USB_STORAGE_DATAFAB
Expand Down

0 comments on commit 839f245

Please sign in to comment.