9
0
Fork 0
barebox/drivers/pci
Antony Pavlov 4e14a43797 pci: pci_alloc_bus(): use xzalloc() instead of kzalloc()
Also drop redundant xzalloc() result check
as xzalloc() does not return in case of memory allocation error.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-09 07:32:30 +02:00
..
Kconfig PCI: initial commit 2014-07-04 07:35:47 +02:00
Makefile PCI: initial commit 2014-07-04 07:35:47 +02:00
bus.c PCI: initial commit 2014-07-04 07:35:47 +02:00
pci.c pci: pci_alloc_bus(): use xzalloc() instead of kzalloc() 2014-07-09 07:32:30 +02:00
pci_iomap.c PCI: initial commit 2014-07-04 07:35:47 +02:00