]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: fix build warning with setup_timer()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 19:59:42 +0000 (12:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 19:59:42 +0000 (12:59 -0700)
commit507d7fc56154031a1d023d74e02ed9d3c4f4da31
tree9b0ab99c0361ae0033674d9b50b2e25f708b56e6
parentdb93ec4f30f1826cc64560ffdf9cc6f2f4eff49f
staging: wilc1000: fix build warning with setup_timer()

I forgot to properly cast a pointer to unsigned long in a conversion to
setup_timer() which resulted in a build warning.  Fix that up.

Cc: Johnny Kim <johnny.kim@atmel.com>
Cc: Rachel Kim <rachel.kim@atmel.com>
Cc: Dean Lee <dean.lee@atmel.com>
Cc: Chris Park <chris.park@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c