]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: replace unnecessary u32 variables with u8 in sdio.c
authorAmitkumar Karwar <akarwar@marvell.com>
Sat, 18 May 2013 00:53:42 +0000 (17:53 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 May 2013 19:09:03 +0000 (15:09 -0400)
commit1a948c221bd297e30221991a16f25807e2a6bd78
tree1af7aedff7160f59509eef56370b4791d8484684
parent57520afcacff4f987c699b49f9d719eb359b3794
mwifiex: replace unnecessary u32 variables with u8 in sdio.c

Some u32 variables in sdio.c are used to store/pass u8 values.
Replace them with u8 variables.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sdio.c