On Mon, Apr 10, 2017 at 04:28:09PM +0100, Russell King wrote: > The pre-existing write to disable interrupts on the remove path happens > whether we have an interrupt or not. While this may seem to be a good > idea, this driver is re-used in many different implementations, some > where the binding only specifies four bytes of register space. This > access causes us to access registers outside of the binding. > > Make it conditional on the interrupt being present, which is the same > condition used when enabling the interrupt in the first place. > > Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew