commit | 8dfa4eeb01a2126fb913ba21514bcda201624d88 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Nov 16 00:50:10 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:55:02 2016 -0500 |
tree | b518c2929f861e855ddc0dc91bc24feacd8f7fd6 | |
parent | 7ea60765cd8eed6392a8aed59f371fcb82173a63 [diff] |
marvell: comphy_a3700: fix bitmask Obviously the mask for the rx and tx select field cannot be right, as it would overlap in one and exceed the 32-bit register in the other case. From looking at the neighbouring bits it looks like the mask should be really 4 bits wide instead of 8. Pointed out by a GCC 6.2 (default) warning. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>