[PATCH 05/14] misc: i2c_eeprom: Make i2c_eeprom_write use a const buf

Simon Glass sjg at chromium.org
Sat Feb 26 19:36:58 CET 2022


On Mon, 7 Feb 2022 at 16:42, Sean Anderson <sean.anderson at seco.com> wrote:
>
> i2c_eeprom_ops->write uses a const buf, so use one for the wrapper
> function as well.
>
> Signed-off-by: Sean Anderson <sean.anderson at seco.com>
> ---
>
>  drivers/misc/i2c_eeprom.c | 3 ++-
>  include/i2c_eeprom.h      | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list