RE: [RFC PATCH balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static

2017-12-13 Thread Felipe Balbi
Hi, Yoshihiro Shimoda 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

RE: [RFC PATCH balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static

2017-12-13 Thread Yoshihiro Shimoda
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 Thank you for the patch! Acked-by: Yoshihiro Shimoda

[RFC PATCH balbi-usb] usb: renesas_usbhs: usbhs_rcar3_notifier() can be static

2017-12-13 Thread kbuild test robot
Fixes: 3a7cce26122e ("usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel") Signed-off-by: Fengguang Wu --- rcar3.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/renesas_usbhs/rcar3.c