16 Feb
2011
16 Feb
'11
3:02 a.m.
On Tue, Feb 15, 2011 at 10:13:46AM +0200, Matti J. Aaltonen wrote:
if (core->i2s_mode != mode) {
r = wl1273_fm_write_cmd(core, WL1273_I2S_MODE_CONFIG_SET, mode);
r = core->write(core, WL1273_I2S_MODE_CONFIG_SET, mode);
I'm having a hard time loving the replacement of the function with the direct dereference from the struct but overall this is a good win so:
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com