[PATCH 0/4] nvmem: fixes for 6.1
From: Srinivas Kandagatla
Date: Fri Nov 18 2022 - 01:39:25 EST
Hi Greg,
Here is a few minor fixes in u-boot-env, rmem and lan9662-otp nvmem providers.
-two lan9662 fixes are to fix the compatible string and fix a smatch
warning.
- rmem fixes an error handling path.
- u-boot env has fix for data offset.
If its not too late, can you take them for 6.1.
Many thanks,
Srini
*** BLURB HERE ***
Christian Lamparter (1):
nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-env
Claudiu Beznea (1):
nvmem: lan9662-otp: fix compatible name
Horatiu Vultur (1):
nvmem: lan9662-otp: Change return type of
lan9662_otp_wait_flag_clear()
Wei Yongjun (1):
nvmem: rmem: Fix return value check in rmem_read()
drivers/nvmem/lan9662-otpc.c | 4 ++--
drivers/nvmem/rmem.c | 4 ++--
drivers/nvmem/u-boot-env.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--
2.25.1