Re: [PATCH 06/12] mmc: meson-mx-sdio: Fix misuse of GENMASK macro

2019-07-22 Thread Ulf Hansson
On Wed, 10 Jul 2019 at 07:04, Joe Perches wrote: > > Arguments are supposed to be ordered high then low. > > Signed-off-by: Joe Perches Applied for fixes by adding a fixes+stable tag, thanks! Kind regards Uffe > --- > drivers/mmc/host/meson-mx-sdio.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [PATCH 06/12] mmc: meson-mx-sdio: Fix misuse of GENMASK macro

2019-07-22 Thread Neil Armstrong
On 10/07/2019 07:04, Joe Perches wrote: > Arguments are supposed to be ordered high then low. > > Signed-off-by: Joe Perches > --- > drivers/mmc/host/meson-mx-sdio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/meson-mx-sdio.c > b/drivers/mmc/host/m

[PATCH 06/12] mmc: meson-mx-sdio: Fix misuse of GENMASK macro

2019-07-09 Thread Joe Perches
Arguments are supposed to be ordered high then low. Signed-off-by: Joe Perches --- drivers/mmc/host/meson-mx-sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/meson-mx-sdio.c b/drivers/mmc/host/meson-mx-sdio.c index 2d736e416775..ba9a63db73da 100644 ---