commit | 8d046759f6ad75824fdf7b9c9a3da0272ea9ea92 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 25 13:33:40 2017 +0300 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 31 14:26:06 2017 +1000 |
tree | be6b89614b9c30a8f69d11db03dd92de9e616a67 | |
parent | c65540453e150844367ffe98e45d5175181b2ec1 [diff] |
powerpc/44x: Fix mask and shift to zero bug My static checker complains that 0x00001800 >> 13 is zero. Looking at the context, it seems like a copy and paste bug from the line below and probably 0x3 << 13 or 0x00006000 was intended. Fixes: 2af59f7d5c3e ("[POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>