]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: replace u32 with int
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 8 Nov 2015 07:49:02 +0000 (16:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:14:03 +0000 (14:14 -0800)
commitfa2690747580c9f6f6ce5da7ca2dc7d311c35051
treea6bcdeeb27627fae0de5d4b7814535c93ca46d80
parent3e5c4ab6cf313ec9feec075fdcc0d28ba2316849
staging: wilc1000: replace u32 with int

The data type of variable i changes u32 to int.
It is used as array index to print debug message 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