commit | 3803fa6977f1de15fda4e8646c8fec97c8045cae | [log] [tgz] |
---|---|---|
author | Ahmed S. Darwish <ahmed.darwish@valeo.com> | Mon Jan 26 07:22:54 2015 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Tue Jan 27 08:55:08 2015 +0100 |
tree | c20ff3e045e6966a3356742eb8fd3aacc0602ed7 | |
parent | ded5006667318c06df875609535176bd33f243a1 [diff] |
can: kvaser_usb: Send correct context to URB completion Send expected argument to the URB completion hander: a CAN netdevice instead of the network interface private context `kvaser_usb_net_priv'. This was discovered by having some garbage in the kernel log in place of the netdevice names: can0 and can1. Signed-off-by: Ahmed S. Darwish <ahmed.darwish@valeo.com> Cc: linux-stable <stable@vger.kernel.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>