]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: Fix misuses of GENMASK macro
authorJoe Perches <joe@perches.com>
Wed, 10 Jul 2019 05:04:21 +0000 (22:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2019 21:30:07 +0000 (14:30 -0700)
commit5f9dea138e65d79722e446a5d139f17c62109df5
tree5a7aa9bcd93eda4f4078a1c79f25200921551bf5
parent46d8b3a43ed8c7cbb2cf31a2606bfa352beb43c1
net: stmmac: Fix misuses of GENMASK macro

Arguments are supposed to be ordered high then low.

Fixes: 3a812ec283cf ("stmmac: change descriptor layout")
Fixes: 3a69638775ff ("net-next: stmmac: Add dwmac-sun8i")
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/descs.h
drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c