* [RFC,balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static
@ 2017-12-14 7:58 Felipe Balbi
0 siblings, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2017-12-14 7:58 UTC (permalink / raw)
To: Yoshihiro Shimoda, kbuild test robot
Cc: kbuild-all@01.org, linux-usb@vger.kernel.org,
linux-omap@vger.kernel.org
Hi,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
> Hi,
>
>> From: kbuild test robot, Sent: Thursday, December 14, 2017 2:21 AM
>>
>> Fixes: 3a7cce26122e ("usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel")
>> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
>
> Thank you for the patch!
>
> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
amended to patch which introduced the problem, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread* [RFC,balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static
@ 2017-12-14 1:55 Yoshihiro Shimoda
0 siblings, 0 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2017-12-14 1:55 UTC (permalink / raw)
To: kbuild test robot
Cc: kbuild-all@01.org, linux-usb@vger.kernel.org,
linux-omap@vger.kernel.org, Felipe Balbi
Hi,
> From: kbuild test robot, Sent: Thursday, December 14, 2017 2:21 AM
>
> Fixes: 3a7cce26122e ("usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel")
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Thank you for the patch!
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Best regards,
Yoshihiro Shimoda
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread* [RFC,balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static
@ 2017-12-13 17:20 kbuild test robot
0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2017-12-13 17:20 UTC (permalink / raw)
To: Yoshihiro Shimoda; +Cc: kbuild-all, linux-usb, linux-omap, Felipe Balbi
Fixes: 3a7cce26122e ("usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
rcar3.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/usb/renesas_usbhs/rcar3.c b/drivers/usb/renesas_usbhs/rcar3.c
index d657309..d0ea4ff 100644
--- a/drivers/usb/renesas_usbhs/rcar3.c
+++ b/drivers/usb/renesas_usbhs/rcar3.c
@@ -112,8 +112,8 @@ static int usbhs_rcar3_get_id(struct platform_device *pdev)
return USBHS_GADGET;
}
-int usbhs_rcar3_notifier(struct notifier_block *nb, unsigned long event,
- void *data)
+static int usbhs_rcar3_notifier(struct notifier_block *nb, unsigned long event,
+ void *data)
{
struct usbhs_priv *priv = container_of(nb, struct usbhs_priv, nb);
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-14 7:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 7:58 [RFC,balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static Felipe Balbi
-- strict thread matches above, loose matches on Subject: below --
2017-12-14 1:55 Yoshihiro Shimoda
2017-12-13 17:20 kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).