Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 897a88d9 authored by Matthias Beyer's avatar Matthias Beyer Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: nvm.c: Fixed variable type



The variable type of the local variable 'j' should be 'int' instead of
'unsigned int'.

Suggested-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarMatthias Beyer <mail@beyermatthias.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c837c549
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1040,7 +1040,7 @@ static int bulk_read_complete_sector(struct bcm_mini_adapter *ad,
				     unsigned int partoff,
				     unsigned int i)
{
	unsigned int j;
	int j;
	int bulk_read_stat;
	FP_FLASH_WRITE_STATUS writef =
		ad->fpFlashWriteWithStatusCheck;