]> git.baikalelectronics.ru Git - kernel.git/commit
net: usbnet: Fix -Wcast-function-type
authorPhong Tran <tranmanphong@gmail.com>
Tue, 26 Nov 2019 13:54:13 +0000 (20:54 +0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Nov 2019 22:03:58 +0000 (14:03 -0800)
commit1928f7adc3ce15f2c8d643e2c828355d6b72f8a3
tree3a4610f2dfa6dab9a37c5222bf206230f8cce0a9
parent9a8e8d7088b25efdfca8d174d9deb4d2c61030f2
net: usbnet: 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/usbnet.c