7 Oct
2014
7 Oct
'14
7:18 p.m.
On Tue, Oct 07, 2014 at 06:19:52PM +0200, Takashi Iwai wrote:
- struct device_node *ssi_np, *codec_np;
- struct device_node *ssi_np = NULL, *codec_np;
As well as the NULL thing mixing initialized and unintialized things in one declaration is something that's normally avoided.