Re: [PATCH] ARM: sa1100: clear reset status prior to reboot

Alexander Shiyan shc_work at mail.ru
Fri Aug 19 09:45:22 PDT 2016


>Пятница, 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.

---



More information about the linux-arm-kernel mailing list