staging: wilc1000: change address to fixed value
authorJohnny Kim <johnny.kim@atmel.com>
Thu, 20 Aug 2015 07:32:53 +0000 (16:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:30 +0000 (18:24 -0700)
commite5d57e917a8c7ff1da10a568eb738a6ac5697dae
treecff0e80aee86415bd99febe0b26465f38470bfaf
parent53a84401883a873c8ad29a43dee4f0fbdc53157e
staging: wilc1000: change address to fixed value

The linux_wlan_init_test_config() is called once when net driver is loaded.
And because the pointer type of the pstrWFIDrv is changed with the interger
type, this patch replaces it with designated value instead of pointer.

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