RHEL-5: Fix EDD BIOS information parsing (#540637)
kudzu returns a list of block devices to check for EDD signatures which
includes /dev/sg? devices, trying to read from these fails with -ENXIO.
This patch makes us ignore -ENXIO errors and continue with the next device
instead of aborting the EDD parsing.
---
isys/eddsupport.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)