commit | 0783c636d1872123b68522b5afb257917c3d5aa9 | [log] [tgz] |
---|---|---|
author | David Matlack <dmatlack@google.com> | Mon May 05 21:02:36 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 20:08:34 2014 +0900 |
tree | 4f454e8ac2ec85f51599c589054780982e54c1cc | |
parent | 9bc97445a39d37d4092a6a268b7dac93beb86f13 [diff] |
staging: slicoss: fix 64-bit isr address bug This patch fixes a bug that only manifests when the physical address of the interrupt status register is >4GB. Specifically, the driver was only telling the device about the lower 32 bits of the ISR. This patch adds the upper 32 bits. Signed-off-by: David Matlack <dmatlack@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>