diff options
Diffstat (limited to 'drivers/mfd/twl4030-audio.c')
-rw-r--r-- | drivers/mfd/twl4030-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-audio.c b/drivers/mfd/twl4030-audio.c index 58e6c228653b..5c11acf9e0fd 100644 --- a/drivers/mfd/twl4030-audio.c +++ b/drivers/mfd/twl4030-audio.c | |||
@@ -255,7 +255,7 @@ static int __devinit twl4030_audio_probe(struct platform_device *pdev) | |||
255 | 255 | ||
256 | if (childs) | 256 | if (childs) |
257 | ret = mfd_add_devices(&pdev->dev, pdev->id, audio->cells, | 257 | ret = mfd_add_devices(&pdev->dev, pdev->id, audio->cells, |
258 | childs, NULL, 0); | 258 | childs, NULL, 0, NULL); |
259 | else { | 259 | else { |
260 | dev_err(&pdev->dev, "No platform data found for childs\n"); | 260 | dev_err(&pdev->dev, "No platform data found for childs\n"); |
261 | ret = -ENODEV; | 261 | ret = -ENODEV; |