Staging: bcm: nvm.c: Fixed variable type
authorMatthias Beyer <mail@beyermatthias.de>
Wed, 23 Jul 2014 11:30:59 +0000 (13:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2014 01:34:27 +0000 (18:34 -0700)
commit897a88d9467a35d4091a3f3f4fc56df9ee74a79d
treef6c3f5a0be4490633f14a679bd0b9a2842a64adb
parentc837c549ab71475f76a7d7d1cf5b7da2ae0aa4a1
Staging: bcm: nvm.c: Fixed variable type

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

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/nvm.c
This page took 0.024386 seconds and 5 git commands to generate.