staging: wilc1000: use int instead of int8_t
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 2 Oct 2015 07:41:17 +0000 (16:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 10:05:53 +0000 (12:05 +0200)
commita74cc6b8d8ee405cfef4a26f6c8259f1c1882c66
tree47b3a4b687f4e3f7ca072d02ffa7d30eb8fabc97
parent5cc59d299f0690c5ce3b32cdf8e07ac535c2288a
staging: wilc1000: use int instead of int8_t

This patch replaces int8_t with int.
The int8_t should be int. It's used as an index into an array
or -1 for not found.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
This page took 0.024689 seconds and 5 git commands to generate.