]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 16 Dec 2011 01:14:24 +0000 (17:14 -0800)
commit6dca1b49eff1e28f4c306d038d1b287bd9d27a6f
tree1f1a569b8e05faa6015a0a728e38c730e215a585
parent8dfc0e8e3e956bff999f5e3daa1c437d227ad168
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