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)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 15 Nov 2011 11:59:09 +0000 (11:59 +0000)
commit0f768a7235d3dfb6f4833030a95a06419df089cb
tree06ca700b7a7644e2f4a87ca0800f20f4db0ec17c
parent54dc6cabe684375b3cf549c7b0545613d694aba8
ASoC: fsl_ssi: properly initialize the sysfs attribute object

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>
Cc: stable@kernel.org
sound/soc/fsl/fsl_ssi.c