[GIT PULL] Char/Misc driver fixes 5.19-rc3
From: Greg KH
Date: Fri Jun 17 2022 - 04:15:45 EST
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.19-rc3
for you to fetch changes up to 0a35780c755ccec097d15c6b4ff8b246a89f1689:
eeprom: at25: Split reads into chunks and cap write size (2022-06-10 16:42:48 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc3
Here are some small char/misc driver fixes for 5.19-rc3 that resolve
some reported issues.
They include:
- mei driver fixes
- comedi driver fix
- rtsx build warning fix
- fsl-mc-bus driver fix
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Brad Bishop (1):
eeprom: at25: Split reads into chunks and cap write size
Miaoqian Lin (1):
misc: atmel-ssc: Fix IRQ check in ssc_probe
Shreenidhi Shedi (1):
char: lp: remove redundant initialization of err
drivers/char/lp.c | 2 +-
drivers/misc/atmel-ssc.c | 4 +-
drivers/misc/eeprom/at25.c | 93 ++++++++++++++++++++++++++--------------------
3 files changed, 56 insertions(+), 43 deletions(-)