OSDN Git Service

net: hso: Fix -Wcast-function-type
authorPhong Tran <tranmanphong@gmail.com>
Tue, 26 Nov 2019 13:54:12 +0000 (20:54 +0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Nov 2019 22:03:58 +0000 (14:03 -0800)
commit1d4a09dadbb9ea7baaf6be897d69020c729e7440
treee19190bb4d987d15f4f9ee9af7b12a35b2e60918
parent82f31ebf61bed3077c9935308e0a4b6c44842c5a
net: hso: Fix -Wcast-function-type

correct usage prototype of callback in tasklet_init().
Report by https://github.com/KSPP/linux/issues/20

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c