18 Feb
2014
18 Feb
'14
2:08 a.m.
On Mon, Feb 17, 2014 at 01:16:55PM +0100, Lars-Peter Clausen wrote:
Use devm_kzalloc() to allocate the device state struct. Saves use from having to free it manually on the error path and in the remove callback.
Now that the adav80x_bus_probe() function is only a call to snd_soc_unregister_codec() also inline that.
Applied, thanks.