]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb-storage: fix realtek cr configuration
authorVincent Palatin <vpalatin@chromium.org>
Thu, 1 Sep 2011 21:05:15 +0000 (14:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:42:35 +0000 (09:42 -0800)
commit 839f245f8f1e7d7efd7ba12a7d735f13e8293a2b upstream.

A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/Kconfig

index bedc4b9f2ac4ee28c6c52419ec5571cc8c068fac..fe2d803a6347c1d2effa054e7863ba38be9e8d98 100644 (file)
@@ -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