All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb-storage: fix realtek cr configuration
@ 2011-09-01 21:05 Vincent Palatin
  2011-09-02  1:02 ` edwin_rong
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Palatin @ 2011-09-01 21:05 UTC (permalink / raw)
  To: Matthew Dharm, Greg Kroah-Hartman, linux-usb, usb-storage
  Cc: linux-kernel, Mandeep Singh Baines, edwin_rong, wwang,
	Olof Johansson, Vincent Palatin

A typo in the configuration variable name prevents from activating the
USB autosuspend on the device.

Signed-off-by: Vincent Palatin <vpalatin@chromium.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb-storage: fix realtek cr configuration
  2011-09-01 21:05 [PATCH] usb-storage: fix realtek cr configuration Vincent Palatin
@ 2011-09-02  1:02 ` edwin_rong
  0 siblings, 0 replies; 2+ messages in thread
From: edwin_rong @ 2011-09-02  1:02 UTC (permalink / raw)
  To: Vincent Palatin
  Cc: Matthew Dharm, Greg Kroah-Hartman, linux-usb, usb-storage,
	linux-kernel, Mandeep Singh Baines, 王炜,
	Olof Johansson

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@chromium.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-02  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01 21:05 [PATCH] usb-storage: fix realtek cr configuration Vincent Palatin
2011-09-02  1:02 ` edwin_rong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.