commit | aa12242f19312b2c60399bd581929fdfc511a017 | [log] [tgz] |
---|---|---|
author | Jonghwan Choi <jhbird.choi@samsung.com> | Mon Feb 20 16:13:43 2012 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Feb 20 16:18:47 2012 +0100 |
tree | 3cce0d914d0921f7ede761cb80571f30dfb24a3f | |
parent | b01543dfe67bb1d191998e90d20534dc354de059 [diff] |
mfd: wm8350 variable dereferenced before check Remove "wm8350->irq_base = pdata->irq_base" to avoid null pointer exception and wm8350->irq_base got from irq_alloc_descs(). Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>