staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv
authorTony Cho <tony.cho@atmel.com>
Mon, 12 Oct 2015 07:56:05 +0000 (16:56 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000 (20:58 -0700)
commita4ab1ade75a3ae1d252efb2d38865a677d503e8f
tree0226ea466b70eb2a7844526092e52733c27f61be
parent60bd1003e1045732233493595367bf1d6d5df9f2
staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv

This patch replaces the variable names of struct host_if_drv used as the
functions' input parameter, drvHandler and hWFIDrv with hif_drv. In
addition, the local variable declared in many functions, pstrWFIDrv is
removed and hif_drv is directly used. A debug message printing pstrWFIDrv is
deleted while removing the local variable because it is not useful as well.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
This page took 0.024599 seconds and 5 git commands to generate.