diff options
author | Andy Green <andy@openmoko.com> | 2009-01-27 14:39:03 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-27 14:39:03 +0000 |
commit | 1fd95680ce4ea3be87f5ef969d36150644b4ccd7 (patch) | |
tree | fc6a916a75b7e385023819c72c5569ef465078e7 /sound | |
parent | d5119bd8f7a606c9e05b022a703b9df7dcc14730 (diff) |
tracking-2.6.29-rc2-alsa-soc-res-write-sysfs-gone.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index db76c189b10..62eda261155 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1408,9 +1408,6 @@ int snd_soc_init_card(struct snd_soc_device *socdev) soc_init_codec_debugfs(socdev->codec); mutex_unlock(&codec->mutex); - err = device_create_file(socdev->dev, &dev_attr_codec_reg_write); - if (err < 0) - printk(KERN_WARNING "asoc: failed to add codec sysfs entries\n"); out: return ret; } |