]> git.baikalelectronics.ru Git - kernel.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)
commitd942268048f435f9784c2501207ff837a4b45bf5
treee6ff10b5e12ffbbfdc4abaf88e4ad0e2a25146ef
parentb0c34ee20830b9db3936966ef6f58d3720ce3a04
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