]> 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)
commit48df7d5a10a548fda8a721fa5824c2587c80fc1a
tree3a4610f2dfa6dab9a37c5222bf206230f8cce0a9
parentc67aebf2d6a002577f63800af9e5cf61d022f237
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