commit | 08256712a2705f3ced3e54c3728932c9c39b58ad | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | Wed Jun 22 00:23:08 2011 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Jul 31 23:28:24 2011 +0200 |
tree | db99a1a5ed97be52334ac06f0525b2a3bb5d52e9 | |
parent | 59dead5a0c65abed0fe997a69692c11fcd0b11ca [diff] |
mfd: Fix off by one in WM831x IRQ code The GPIO IRQs aren't the first IRQs defined, we need to subtract the base for the GPIOs as well to use them for array indexes. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>