commit | 1dfdf99106668679b0de5a62fd4f42c1a11c9445 | [log] [tgz] |
---|---|---|
author | Greentime Hu <greentime@andestech.com> | Wed Jul 18 09:54:55 2018 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Tue Sep 04 14:45:15 2018 +0800 |
tree | 213aaf362dec982cbcf3d397ff71f1d82d2eb22b | |
parent | 57361846b52bc686112da6ca5368d11210796804 [diff] |
nds32: fix logic for module This bug is report by Dan Carpenter. We shall use ~loc_mask instead of !loc_mask because we need to and(&) the bits of ~loc_mask. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: c9a4a8da6baa ("nds32: Loadable modules") Signed-off-by: Greentime Hu <greentime@andestech.com>