]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: replace u32 with int
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 22 Dec 2015 00:49:04 +0000 (09:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:05:35 +0000 (15:05 -0800)
commit89dec13951e63f8d67ef32b3d6dd6ea782cd8c5b
tree7520fb226dd6f1a468ef538d6353136ef9276f3a
parent1ab587052b584647ec16e2e021f57cee988213b7
staging: wilc1000: replace u32 with int

The data type of variable i changes u32 to int.
It is used as array index to copy some data with memcpy function
so that it is better to use data type of int.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c