]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: meson-mx-sdio: Fix misuse of GENMASK macro
authorJoe Perches <joe@perches.com>
Wed, 10 Jul 2019 05:04:19 +0000 (22:04 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 22 Jul 2019 13:09:23 +0000 (15:09 +0200)
commit2bc6275cde99275357ff760d17ac7d290f8894e8
tree57da3dd58cb3e1277ece974582e0e7ca4a5b2ffd
parentd57f3c932b39df2149f30e624904649c72eb2e20
mmc: meson-mx-sdio: Fix misuse of GENMASK macro

Arguments are supposed to be ordered high then low.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Fixes: 9b6daeb16570 ("mmc: meson-mx-sdio: Add a driver for the Amlogic
Meson8 and Meson8b SoCs")
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-mx-sdio.c