commit | cc971eec560bdde8ff0dbc68ebeea3056892ba60 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Sun Jan 03 17:35:53 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:11:00 2016 -0800 |
tree | 30c708ca83547d770fd6ae119df7b934e0251ee5 | |
parent | 06e682b06e9823bba7a10dbb0a33d8c6a14ec78d [diff] |
staging: wilc1000: use int instead of u32 The variable i is used as array index 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>