9
0
Fork 0
barebox/drivers/amba
Alexander Aring 51b0e90ec6 amba: check if on remove callback
Currently we get a null pointer dereference when booting linux on RPi
which use "uart-pl011" driver. This driver doesn't implement a remove
driver callback. This patch adds a check before calling the remove
callback if the driver which use the amba bus implement such
functionality.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-10-27 16:45:51 +01:00
..
Kconfig amba: add oftree probe support 2013-02-12 20:31:44 +01:00
Makefile Introduce ARM AMBA bus 2012-09-11 12:48:34 +08:00
bus.c amba: check if on remove callback 2015-10-27 16:45:51 +01:00