Re: [PATCH v1 3/3] i2c: designware-pci: no need to provide clk_khz

2015-01-23 Thread Jarkko Nikula
On 01/22/2015 04:44 PM, Andy Shevchenko wrote: The clk_khz field makes sense only if SS counters are not provided. Since we provide them for Haswell and Baytrail explicitly we can omit the clk_khz parameter. Signed-off-by: Andy Shevchenko --- drivers/i2c/busses/i2c-designware-pcidrv.c | 2 --

[PATCH v1 3/3] i2c: designware-pci: no need to provide clk_khz

2015-01-22 Thread Andy Shevchenko
The clk_khz field makes sense only if SS counters are not provided. Since we provide them for Haswell and Baytrail explicitly we can omit the clk_khz parameter. Signed-off-by: Andy Shevchenko --- drivers/i2c/busses/i2c-designware-pcidrv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/driv