]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: define a new local variable in wilc_scan
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 12 Feb 2016 14:04:43 +0000 (23:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:25:38 +0000 (16:25 -0800)
commitb41dfdb18e2ad1320ffea58fb7c3c8915e772660
tree0756fc7088afc527d094823c17ad8022dac5e7d0
parenta0942c5799e82cf20e153a8dc7a06330c0e2e51b
staging: wilc1000: define a new local variable in wilc_scan

struct scan_info is defined as a new local variable in wilc_scan
function. It makes some assignment short as well as improve more
readability.

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