diff options
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/mcbsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/mcbsp.c b/sound/soc/omap/mcbsp.c index 361e4c03646e..83433fdea32a 100644 --- a/sound/soc/omap/mcbsp.c +++ b/sound/soc/omap/mcbsp.c | |||
@@ -781,7 +781,7 @@ static ssize_t prop##_store(struct device *dev, \ | |||
781 | unsigned long val; \ | 781 | unsigned long val; \ |
782 | int status; \ | 782 | int status; \ |
783 | \ | 783 | \ |
784 | status = strict_strtoul(buf, 0, &val); \ | 784 | status = kstrtoul(buf, 0, &val); \ |
785 | if (status) \ | 785 | if (status) \ |
786 | return status; \ | 786 | return status; \ |
787 | \ | 787 | \ |