commit | 5c02a4206538da12c040b51778d310df84c6bf6c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jul 24 13:49:48 2015 +0300 |
committer | Hans-Christian Egtvedt <egtvedt@samfundet.no> | Mon Jul 27 09:14:07 2015 +0200 |
tree | f67b6b9c2da70b2dcca153aa5f3c0d7b0a14f6b1 | |
parent | cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f [diff] |
avr32: handle NULL as a valid clock object 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 <andriy.shevchenko@linux.intel.com> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>