linux/drivers/vme/bridges
Dmitry Kalinkin e2c6393fda vme: move tsi148 error handling into VME subsystem
Error handling code found in tsi148 is not device specific. In fact it
already relies on shared vme_bus_error struct and vme_bridge.vme_errors
field. The other bridge driver could reuse this code if it is shared.

This introduces a slight behavior change: vme error message won't be
triggered in a rare case when err_chk=1 and kmalloc fails.

Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Cc: Igor Alekseev <igor.alekseev@itep.ru>
Acked-by: Martyn Welch <martyn@welchs.me.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-04 19:50:57 +01:00
..
Kconfig vme: tsi148: depend on HAS_DMA for Kconfig 2015-06-12 17:31:05 -07:00
Makefile
vme_ca91cx42.c vme: lower alignment requirement in pci bridge drivers 2015-10-04 19:50:05 +01:00
vme_ca91cx42.h vme: ca91cx42: fix LM_CTL address mask 2015-06-12 17:29:37 -07:00
vme_tsi148.c vme: move tsi148 error handling into VME subsystem 2015-10-04 19:50:57 +01:00
vme_tsi148.h