summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_ssi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-23 17:07:16 +0100
committerTakashi Iwai <tiwai@suse.de>2011-11-23 17:07:16 +0100
commit77088cc97315e9bc713e335fb082ad26d065a4cf (patch)
treede3598d0d4d6cab29e7b7d7e65cfa9f999f41c8e /sound/soc/fsl/fsl_ssi.c
parent6759dc323826c2c806c998cd93945c5476688dd2 (diff)
parented3e80c4c991a52f9fce3421536a78e331ae0949 (diff)
downloadlinux-77088cc97315e9bc713e335fb082ad26d065a4cf.tar.bz2
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/fsl/fsl_ssi.c')
-rw-r--r--sound/soc/fsl/fsl_ssi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index 0268cf989736..83c4bd5b2dd7 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -694,6 +694,7 @@ static int __devinit fsl_ssi_probe(struct platform_device *pdev)
/* Initialize the the device_attribute structure */
dev_attr = &ssi_private->dev_attr;
+ sysfs_attr_init(&dev_attr->attr);
dev_attr->attr.name = "statistics";
dev_attr->attr.mode = S_IRUGO;
dev_attr->show = fsl_sysfs_ssi_show;