Re: [GIT PULL] Char/Misc driver fixes 5.19-rc3

From: Nathan Chancellor
Date: Fri Jun 17 2022 - 12:52:14 EST


Hi Greg,

On Fri, Jun 17, 2022 at 10:15:34AM +0200, Greg KH wrote:
> 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>

I think you tagged the wrong branch (char-misc-next vs. char-misc-linus)?
The commits below do not match the tag description above.

Cheers,
Nathan

> ----------------------------------------------------------------
> 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(-)
>