[GIT PULL] auxdisplay for v4.19
From: Miguel Ojeda
Date: Tue Aug 14 2018 - 15:01:30 EST
Hi Linus,
Please pull these two small auxdisplay cleanups for 4.19.
Cheers,
Miguel Ojeda
The following changes since commit acb1872577b346bd15ab3a3f8dff780d6cca4b70:
Linux 4.18-rc7 (2018-07-29 14:44:52 -0700)
are available in the Git repository at:
https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v4.19
for you to fetch changes up to ada953de4486a3e2a42c3b8146adb36d0dcbded2:
auxdisplay: simplify getting .drvdata (2018-08-01 18:58:09 +0200)
----------------------------------------------------------------
Two cleanups for char_lcd:
- simplify getting .drvdata
From Wolfram Sang
- delete mdelay in long_sleep
From Jia-Ju Bai
----------------------------------------------------------------
Jia-Ju Bai (1):
auxdisplay: charlcd: delete mdelay in long_sleep
Wolfram Sang (1):
auxdisplay: simplify getting .drvdata
drivers/auxdisplay/arm-charlcd.c | 6 ++----
drivers/auxdisplay/charlcd.c | 5 +----
2 files changed, 3 insertions(+), 8 deletions(-)