Re: [PATCH] mfd: vexpress: Give the "leds-gpio" device a real parent

2013-04-09 Thread Samuel Ortiz
Hi Pawel, On Wed, Apr 03, 2013 at 01:26:27PM +0100, Pawel Moll wrote: > The registration of the "leds-gpio" device was using > "vexpress_sysreg_dev" as a parent before it was actually > set to something different than NULL. > > Trivial fix by reordering the code. > > Reported-by: Lorenzo Pierali

[PATCH] mfd: vexpress: Give the "leds-gpio" device a real parent

2013-04-03 Thread Pawel Moll
The registration of the "leds-gpio" device was using "vexpress_sysreg_dev" as a parent before it was actually set to something different than NULL. Trivial fix by reordering the code. Reported-by: Lorenzo Pieralisi Signed-off-by: Pawel Moll --- drivers/mfd/vexpress-sysreg.c |4 ++-- 1 file