提交 897a88d9 编写于 作者: M Matthias Beyer 提交者: Greg Kroah-Hartman

Staging: bcm: nvm.c: Fixed variable type

The variable type of the local variable 'j' should be 'int' instead of
'unsigned int'.
Suggested-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NMatthias Beyer <mail@beyermatthias.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c837c549
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册