Re: [PATCH v4 7/8] usb: phy: tegra: Add error handling & clean up.

2013-05-16 Thread Stephen Warren
On 05/16/2013 08:13 AM, Venu Byravarasu wrote: > Check return values from all GPIO APIs and handle errors accordingly. > > Remove the call to clk_disable_unprepare(); this function does not > prepare or enable the clock, so the error path should not disable or > unprepare it. > > Signed-off-by: V

[PATCH v4 7/8] usb: phy: tegra: Add error handling & clean up.

2013-05-16 Thread Venu Byravarasu
Check return values from all GPIO APIs and handle errors accordingly. Remove the call to clk_disable_unprepare(); this function does not prepare or enable the clock, so the error path should not disable or unprepare it. Signed-off-by: Venu Byravarasu --- delta from v3: Modified comment section t