]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commitd7322fe3a3920501cb55e82f71736877d50322b8
treef4856a0ec65ef265190f37b5c717faa04a43adb6
parent29a0183b2fcd3694985ad3d92d385d20673f0acb
mmc: meson-mx-sdio: Fix misuse of GENMASK macro

BugLink: https://bugs.launchpad.net/bugs/1839376
commit 665e985c2f41bebc3e6cee7e04c36a44afbc58f7 upstream.

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: ed80a13bb4c4 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/mmc/host/meson-mx-sdio.c