From: Mark Brown Date: Wed, 24 Nov 2010 18:01:39 +0000 (+0000) Subject: mfd: Supply IRQ base for WM832x devices X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bd7c72ed18d719c1fb0fdf6ff9042d8ab78fdf71;p=linux-beck.git mfd: Supply IRQ base for WM832x devices Without this the IRQ base will not be correctly configured for the subdevices. Signed-off-by: Mark Brown Cc: stable@kernel.org Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x-core.c index 7d2563fc15c6..e1a2f4b78529 100644 --- a/drivers/mfd/wm831x-core.c +++ b/drivers/mfd/wm831x-core.c @@ -1620,7 +1620,7 @@ int wm831x_device_init(struct wm831x *wm831x, unsigned long id, int irq) case WM8325: ret = mfd_add_devices(wm831x->dev, -1, wm8320_devs, ARRAY_SIZE(wm8320_devs), - NULL, 0); + NULL, wm831x->irq_base); break; default: