Re: [PATCH next 17/25] mmc: omap_hsmmc: Use dev_get_drvdata()

2019-04-29 Thread Ulf Hansson
On Tue, 23 Apr 2019 at 09:40, Kefeng Wang wrote: > > Using dev_get_drvdata directly. > > Cc: Ulf Hansson > Cc: Linus Walleij > Cc: linux-...@vger.kernel.org > Cc: linux-o...@vger.kernel.org > Signed-off-by: Kefeng Wang Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/om

[PATCH next 17/25] mmc: omap_hsmmc: Use dev_get_drvdata()

2019-04-23 Thread Kefeng Wang
Using dev_get_drvdata directly. Cc: Ulf Hansson Cc: Linus Walleij Cc: linux-...@vger.kernel.org Cc: linux-o...@vger.kernel.org Signed-off-by: Kefeng Wang --- drivers/mmc/host/omap_hsmmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/dr