From: Guenter Roeck <linux@roeck-us.net> To: Felipe Balbi <balbi@ti.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck <linux@roeck-us.net>, Heikki Krogerus <heikki.krogerus@linux.intel.com> Subject: [PATCH -next] usb: dwc3: Remove unprintable characters from Kconfig Date: Sun, 14 Jun 2015 11:20:53 -0700 [thread overview] Message-ID: <1434306053-21510-1-git-send-email-linux@roeck-us.net> (raw) Fix: drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�' drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�' Fixes: 88bc9d194ff6 ("usb: dwc3: add ULPI interface support") Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/usb/dwc3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 473bfaa96c30..dede32e809b6 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -13,7 +13,7 @@ if USB_DWC3 config USB_DWC3_ULPI bool "Register ULPI PHY Interface" - depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 + depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 help Select this if you have ULPI type PHY attached to your DWC3 controller. -- 2.1.0
WARNING: multiple messages have this Message-ID
From: Guenter Roeck <linux@roeck-us.net> To: Felipe Balbi <balbi@ti.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck <linux@roeck-us.net>, Heikki Krogerus <heikki.krogerus@linux.intel.com> Subject: [PATCH -next] usb: dwc3: Remove unprintable characters from Kconfig Date: Sun, 14 Jun 2015 11:20:53 -0700 [thread overview] Message-ID: <1434306053-21510-1-git-send-email-linux@roeck-us.net> (raw) Fix: drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�' drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�' Fixes: 88bc9d194ff6 ("usb: dwc3: add ULPI interface support") Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/usb/dwc3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 473bfaa96c30..dede32e809b6 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -13,7 +13,7 @@ if USB_DWC3 config USB_DWC3_ULPI bool "Register ULPI PHY Interface" - depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 + depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 help Select this if you have ULPI type PHY attached to your DWC3 controller. -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2015-06-14 18:21 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-06-14 18:20 Guenter Roeck [this message] 2015-06-14 18:20 ` Guenter Roeck
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1434306053-21510-1-git-send-email-linux@roeck-us.net \ --to=linux@roeck-us.net \ --cc=balbi@ti.com \ --cc=gregkh@linuxfoundation.org \ --cc=heikki.krogerus@linux.intel.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-omap@vger.kernel.org \ --cc=linux-usb@vger.kernel.org \ --subject='Re: [PATCH -next] usb: dwc3: Remove unprintable characters from Kconfig' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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.