Skip to content

Commit

Permalink
staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Cho authored and Greg Kroah-Hartman committed Oct 13, 2015
1 parent 60bd100 commit a4ab1ad
Showing 1 changed file with 569 additions and 686 deletions.
Loading

0 comments on commit a4ab1ad

Please sign in to comment.