[GIT PULL] auxdisplay for v5.9-rc1
From: Miguel Ojeda
Date: Thu Aug 06 2020 - 15:04:43 EST
Hi Linus,
Please pull this small cleanup which I had in -next since 5.7-rc7
-- I missed the window last time.
Cheers,
Miguel
The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:
Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)
are available in the Git repository at:
https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.9-rc1
for you to fetch changes up to 3f03b64981723b61048ea46642bcaa9b518f3ad3:
auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code (2020-05-29 23:33:50 +0200)
----------------------------------------------------------------
Minor cleanup for auxdisplay:
- Reuse hex_to_bin() instead of custom code (Andy Shevchenko)
----------------------------------------------------------------
Andy Shevchenko (1):
auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code
drivers/auxdisplay/charlcd.c | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)