Re: [PATCH v2 1/2] staging: dwc2: remove unneeded arguments from two functions

2013-03-26 Thread Felipe Balbi
Hi, On Mon, Mar 25, 2013 at 05:03:35PM -0700, Paul Zimmerman wrote: > Remove the unneeded struct device *dev argument from dwc2_hcd_init() > and dwc2_hcd_remove(), and pass in the value through the hsotg->dev > member instead > > Signed-off-by: Paul Zimmerman looks alright: Reviewed-by: Felipe

[PATCH v2 1/2] staging: dwc2: remove unneeded arguments from two functions

2013-03-25 Thread Paul Zimmerman
Remove the unneeded struct device *dev argument from dwc2_hcd_init() and dwc2_hcd_remove(), and pass in the value through the hsotg->dev member instead Signed-off-by: Paul Zimmerman --- drivers/staging/dwc2/hcd.c | 19 +-- drivers/staging/dwc2/hcd.h | 6 +++--- drivers/staging/d