[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1314911115-32619-1-git-send-email-vpalatin@chromium.org>
Date: Thu, 1 Sep 2011 14:05:15 -0700
From: Vincent Palatin <vpalatin@...omium.org>
To: Matthew Dharm <mdharm-usb@...-eyed-alien.net>,
Greg Kroah-Hartman <gregkh@...e.de>, linux-usb@...r.kernel.org,
usb-storage@...ts.one-eyed-alien.net
Cc: linux-kernel@...r.kernel.org,
Mandeep Singh Baines <msb@...omium.org>,
edwin_rong <edwin_rong@...lsil.com.cn>,
wwang <wei_wang@...lsil.com.cn>,
Olof Johansson <olofj@...omium.org>,
Vincent Palatin <vpalatin@...omium.org>
Subject: [PATCH] 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 <vpalatin@...omium.org>
---
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
--
1.7.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists