diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2007-03-15 14:44:56 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-04-18 20:20:56 -0700 |
commit | 614d49a21e96737f84b13f644ac813f8eb6d297a (patch) | |
tree | 6a8389bcaf26f17d57a6720f84c3fe5b5887423d /drivers/ata/pata_netcell.c | |
parent | 8ec1077b35359c973f4b1de7c516be570a6df495 (diff) | |
download | blackbird-op-linux-614d49a21e96737f84b13f644ac813f8eb6d297a.tar.gz blackbird-op-linux-614d49a21e96737f84b13f644ac813f8eb6d297a.zip |
IB/ipath: Fix bad argument to clear_bit()
Code was converted from a &= ~mask to clear_bit, but the bit was left
shifted instead of being used directly, so we were either trashing
memory several pages away, or sometimes taking a kernel page fault on
an invalid page.
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/ata/pata_netcell.c')
0 files changed, 0 insertions, 0 deletions