misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'

Fixes checkpatch warning: Prefer 'unsigned int' to bare use of 'unsigned'.

Signed-off-by: Daniel Hejduk <danielhejduk@disroot.org>
Link: https://lore.kernel.org/r/20241005165653.26160-1-danielhejduk@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Daniel Hejduk 2024-10-05 18:56:53 +02:00 committed by Greg Kroah-Hartman
parent 88d81a0ce1
commit 9b85df5d3f

View File

@ -229,7 +229,7 @@ static int eeprom_93xx46_ew(struct eeprom_93xx46_dev *edev, int is_on)
static ssize_t
eeprom_93xx46_write_word(struct eeprom_93xx46_dev *edev,
const char *buf, unsigned off)
const char *buf, unsigned int off)
{
struct spi_message m;
struct spi_transfer t[2] = {};