Re: [PATCH] usb-storage: fix realtek cr configuration

From: edwin_rong
Date: Thu Sep 01 2011 - 21:03:17 EST


Dear Vincent,

Thanks for the fix.

BRs
Edwin

On 09/02/2011 05:05 AM, Vincent Palatin wrote:
A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.

Signed-off-by: Vincent Palatin<vpalatin@xxxxxxxxxxxx>
---
drivers/usb/storage/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index bedc4b9..fe2d803 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/