ASoC: fsl_ssi: properly initialize the sysfs attribute object
authorTimur Tabi <timur@freescale.com>
Mon, 14 Nov 2011 22:35:26 +0000 (16:35 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Dec 2011 16:52:26 +0000 (08:52 -0800)
commit289c76ba6ee33daff3217881f0f4a63743ad41ab
treefe217af696e78e258dcae183bd4ea48475d8a499
parent5599ae9741c55721765932bb9babead9b71e172b
ASoC: fsl_ssi: properly initialize the sysfs attribute object

commit 0f768a7235d3dfb6f4833030a95a06419df089cb upstream.

Commit 6992f533 ("sysfs: Use one lockdep class per sysfs attribute")
requires 'struct attribute' objects to be initialized with sysfs_attr_init().

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/fsl/fsl_ssi.c