Re: [PATCH 1/1] avr32: handle NULL as a valid clock object

2015-07-24 Thread Hans-Christian Egtvedt
Around Fri 24 Jul 2015 13:49:48 +0300 or thereabout, Andy Shevchenko wrote: > Since NULL is used as valid clock object on optional clocks we have to handle > this case in avr32 implementation as well. > > Fixes: e1824dfe0d8e (net: macb: Adjust tx_clk when link speed changes) > Signed-off-by: Andy

[PATCH 1/1] avr32: handle NULL as a valid clock object

2015-07-24 Thread Andy Shevchenko
Since NULL is used as valid clock object on optional clocks we have to handle this case in avr32 implementation as well. Fixes: e1824dfe0d8e (net: macb: Adjust tx_clk when link speed changes) Signed-off-by: Andy Shevchenko --- arch/avr32/mach-at32ap/clock.c | 20 +++- 1 file chan