From: Vincent Palatin Date: Thu, 1 Sep 2011 21:05:15 +0000 (-0700) Subject: usb-storage: fix realtek cr configuration X-Git-Tag: v3.1.1~215 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=336c01ce32fd06cc51f474c1a14781f535871ae3;p=karo-tx-linux.git usb-storage: fix realtek cr configuration commit 839f245f8f1e7d7efd7ba12a7d735f13e8293a2b upstream. A typo in the configuration variable name prevents from activating the USB autosuspend on the device. Signed-off-by: Vincent Palatin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index bedc4b9f2ac4..fe2d803a6347 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -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