Skip to content
Commit 604288bc authored by Jiri Prchal's avatar Jiri Prchal Committed by Greg Kroah-Hartman
Browse files

nvmem: eeprom: at25: fix type compiler warnings



Fixes:
	drivers/misc/eeprom/at25.c:181:28: warning: field width should have type 'int', but argument has type 'unsigned long'
	drivers/misc/eeprom/at25.c:386:13: warning: cast to smaller integer type 'int' from 'const void *'

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJiri Prchal <jiri.prchal@aksignal.cz>
Fixes: fd307a4a ("nvmem: prepare basics for FRAM support")
Link: https://lore.kernel.org/r/20210611142706.27336-1-jiri.prchal@aksignal.cz


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 63879e29
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment