From: Vincent Palatin Date: Thu, 1 Sep 2011 21:05:15 +0000 (-0700) Subject: usb-storage: fix realtek cr configuration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=839f245f8f1e7d7efd7ba12a7d735f13e8293a2b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git usb-storage: fix realtek cr configuration A typo in the configuration variable name prevents from activating the USB autosuspend on the device. Signed-off-by: Vincent Palatin Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index bedc4b9f2ac..fe2d803a634 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