[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4E602B3B.20703@realsil.com.cn>
Date: Fri, 2 Sep 2011 09:02:51 +0800
From: edwin_rong <edwin_rong@...lsil.com.cn>
To: Vincent Palatin <vpalatin@...omium.org>
CC: Matthew Dharm <mdharm-usb@...-eyed-alien.net>,
Greg Kroah-Hartman <gregkh@...e.de>,
"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"usb-storage@...ts.one-eyed-alien.net"
<usb-storage@...ts.one-eyed-alien.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Mandeep Singh Baines <msb@...omium.org>,
王炜 <wei_wang@...lsil.com.cn>,
Olof Johansson <olofj@...omium.org>
Subject: Re: [PATCH] usb-storage: fix realtek cr configuration
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@...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
--
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