]> git.baikalelectronics.ru Git - kernel.git/commit
staging: slicoss: fix 64-bit isr address bug
authorDavid Matlack <dmatlack@google.com>
Tue, 6 May 2014 04:02:36 +0000 (21:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 11:08:34 +0000 (20:08 +0900)
commit0521a768c53c254dd0e5e0685ad890ed1cc7b82b
tree4f454e8ac2ec85f51599c589054780982e54c1cc
parent9fd9a8cb3620e4d7a706b6e0dca11b7eee27bf4c
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>
drivers/staging/slicoss/slicoss.c