From e31c51e4a1d11ed0b61557ca9da9cf18c8855531 Mon Sep 17 00:00:00 2001 From: Martyn Welch Date: Tue, 11 Jun 2013 11:20:17 +0100 Subject: [PATCH] vme: tsi148: Only store VME bus errors if they will be checked The TSI148 driver provides an optional mechanism for ensuring that errors resulting from posted transfers are caught whilst still relevant. To do this errors are stored in a link list. If bus errors are not checked, this list would grow until available memory had been exhausted. Only store the errors in a link list if error detection is switched on. Reported-by: De Roo, Steven Signed-off-by: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed