aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2015-05-28 15:07:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-17 10:07:12 +0100
commitecf8d2b259c29edfea037b55c02d76613f9dcb06 (patch)
treeff0ad46a0f5da14b8cc69f0772740f03be4f6d2b /net/lapb/lapb_subr.c
parent4d94d6b2d7284fb3894fd0164f22ffb5ba7b725d (diff)
vme: ca91cx42: fix LM_CTL address mask
commit 5a2f8831243337dd05df42174b4d7b1e01daacda upstream. Universe II datasheet defines following address space values for LM_CTL[16:18] 000=A16 001=A24 010=A32 011,100,101=Reserved 110=User1 111=User2 Mask 5<<16 is not the right one for matching [16:18], instead we should use 7<<16. Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Cc: Igor Alekseev <igor.alekseev@itep.ru> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions