ASoC: Add sysfs entries via static attribute groups
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jan 2015 19:16:37 +0000 (20:16 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2015 20:02:42 +0000 (20:02 +0000)
Instead of calling device_create_file() manually, assign the static
attribute group entries at the device registration.  This simplifies
the error handling and avoids the possible races.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found