[PATCH] ARM: sa1100: clear reset status prior to reboot
Russell King - ARM Linux
linux at armlinux.org.uk
Fri Aug 19 09:46:29 PDT 2016
On Fri, Aug 19, 2016 at 07:45:22PM +0300, Alexander Shiyan wrote:
> >Пятница, 19 августа 2016, 19:29 +03:00 от Russell King <rmk+kernel at armlinux.org.uk>:
> >
> >Clear the current reset status prior to rebooting the platform. This
> >adds the bit missing from 04fef228fb00 ("[ARM] pxa: introduce
> >reset_status and clear_reset_status for driver's usage").
> >
> >Signed-off-by: Russell King < rmk+kernel at armlinux.org.uk >
> >---
> ...
> > static void assabet_lcd_backlight_power(int on)
> > {
> >-if (on)
> >+if (on && 0)
> ...
> It looks like you did not remove the debugging code.
Well spotted, absolutely right. Damn that 'git commit -a'
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
More information about the linux-arm-kernel
mailing list