]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: MAX77693: Fix NULL pointer error when initializing irqs
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 21 Aug 2012 06:16:23 +0000 (15:16 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 15 Sep 2012 22:33:09 +0000 (00:33 +0200)
commitb186b12487efc80c44f2f0d26cc26eb249cf1524
treee6ff10b5e12ffbbfdc4abaf88e4ad0e2a25146ef
parentd51f42d2c5b7e11b47876b8b5c53f0ac317fef24
mfd: MAX77693: Fix NULL pointer error when initializing irqs

This patch initialize register map of MUIC device because mfd driver
of Maxim MAX77693 use regmap-muic instance of MUIC device when irqs of
Maxim MAX77693 is initialized before call max77693-muic probe() function.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reported-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/extcon/extcon-max77693.c
drivers/mfd/max77693.c