Re: [PATCH] clk: davinci: cfgchip: testing the wrong variable

2018-06-25 Thread David Lechner
On 06/25/2018 06:33 PM, Stephen Boyd wrote: Quoting David Lechner (2018-06-25 16:17:55) On 06/02/2018 02:52 AM, Dan Carpenter wrote: There is a copy and paste bug here. We should be testing "usb1" instead of "usb0". Fixes: 58e1e2d2cd89 ("clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks") Si

Re: [PATCH] clk: davinci: cfgchip: testing the wrong variable

2018-06-25 Thread Stephen Boyd
Quoting David Lechner (2018-06-25 16:17:55) > On 06/02/2018 02:52 AM, Dan Carpenter wrote: > > There is a copy and paste bug here. We should be testing "usb1" instead > > of "usb0". > > > > Fixes: 58e1e2d2cd89 ("clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks") > > Signed-off-by: Dan Carpenter

Re: [PATCH] clk: davinci: cfgchip: testing the wrong variable

2018-06-25 Thread David Lechner
On 06/02/2018 02:52 AM, Dan Carpenter wrote: There is a copy and paste bug here. We should be testing "usb1" instead of "usb0". Fixes: 58e1e2d2cd89 ("clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks") Signed-off-by: Dan Carpenter diff --git a/drivers/clk/davinci/da8xx-cfgchip.c b/drivers/c

Re: [PATCH] clk: davinci: cfgchip: testing the wrong variable

2018-06-02 Thread David Lechner
On 06/02/2018 02:52 AM, Dan Carpenter wrote: There is a copy and paste bug here. We should be testing "usb1" instead of "usb0". Fixes: 58e1e2d2cd89 ("clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks") Signed-off-by: Dan Carpenter diff --git a/drivers/clk/davinci/da8xx-cfgchip.c b/drivers/c

[PATCH] clk: davinci: cfgchip: testing the wrong variable

2018-06-02 Thread Dan Carpenter
There is a copy and paste bug here. We should be testing "usb1" instead of "usb0". Fixes: 58e1e2d2cd89 ("clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks") Signed-off-by: Dan Carpenter diff --git a/drivers/clk/davinci/da8xx-cfgchip.c b/drivers/clk/davinci/da8xx-cfgchip.c index c97d2601..