Re: [PATCH 07/17] usb: isp1760: Remove busname argument to isp1760_register

2014-10-06 Thread Felipe Balbi
On Mon, Oct 06, 2014 at 06:54:55PM +0300, Laurent Pinchart wrote: > The argument is unused, remove it. > > Signed-off-by: Laurent Pinchart Reviewed-by: Felipe Balbi > --- > drivers/usb/host/isp1760-hcd.c | 2 +- > drivers/usb/host/isp1760-hcd.h | 2 +- > drivers/usb/host/isp1760-if.c | 14

[PATCH 07/17] usb: isp1760: Remove busname argument to isp1760_register

2014-10-06 Thread Laurent Pinchart
The argument is unused, remove it. Signed-off-by: Laurent Pinchart --- drivers/usb/host/isp1760-hcd.c | 2 +- drivers/usb/host/isp1760-hcd.h | 2 +- drivers/usb/host/isp1760-if.c | 14 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/usb/host/isp1760-hcd.