linux/drivers/net/can/usb
Hans J. Koch 1c0b28b1ee can: Fix possible NULL pointer dereference in ems_usb.c
In ems_usb_probe(), a pointer is dereferenced after making sure it is NULL...

This patch replaces netdev->dev.parent with &intf->dev in dev_err() calls to
avoid this.

Signed-off-by: "Hans J. Koch" <hjk@linutronix.de>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-21 16:14:51 -07:00
..
ems_usb.c can: Fix possible NULL pointer dereference in ems_usb.c 2010-04-21 16:14:51 -07:00
Kconfig trivial: remove duplicated "from" in CAN USB EMS Kconfig help 2010-02-03 20:32:18 -08:00
Makefile can: Fix driver Kconfig structure 2009-11-13 19:56:55 -08:00