Re: [PATCH 03/17] usb: isp1760: Manage device driver data in common code

2014-10-06 Thread Felipe Balbi
On Mon, Oct 06, 2014 at 06:54:51PM +0300, Laurent Pinchart wrote: > Don't duplicate *_set_drvdata calls in glue code. > > Signed-off-by: Laurent Pinchart Reviewed-by: Felipe Balbi > --- > drivers/usb/host/isp1760-hcd.c | 2 ++ > drivers/usb/host/isp1760-if.c | 4 > 2 files changed, 2 in

[PATCH 03/17] usb: isp1760: Manage device driver data in common code

2014-10-06 Thread Laurent Pinchart
Don't duplicate *_set_drvdata calls in glue code. Signed-off-by: Laurent Pinchart --- drivers/usb/host/isp1760-hcd.c | 2 ++ drivers/usb/host/isp1760-if.c | 4 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c ind