diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index c2008bc9c64a..e1c0336868e1 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -136,7 +136,7 @@ static ssize_t pmdown_time_show(struct device *dev, | |||
136 | struct snd_soc_device *socdev = dev_get_drvdata(dev); | 136 | struct snd_soc_device *socdev = dev_get_drvdata(dev); |
137 | struct snd_soc_card *card = socdev->card; | 137 | struct snd_soc_card *card = socdev->card; |
138 | 138 | ||
139 | return sprintf(buf, "%d\n", card->pmdown_time); | 139 | return sprintf(buf, "%ld\n", card->pmdown_time); |
140 | } | 140 | } |
141 | 141 | ||
142 | static ssize_t pmdown_time_set(struct device *dev, | 142 | static ssize_t pmdown_time_set(struct device *dev, |