[PATCH] EDAC: e752x cleanup
authorDave Peterson <dsp@llnl.gov>
Sun, 26 Mar 2006 09:38:42 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:06 +0000 (08:57 -0800)
commit3847bccce80c8a01d7adbad9961564252207302a
tree517d0df74d28508a8590a5a671f8966264fbe863
parent225159bd0a349bfd8cd9ae7c6bf39d75df09304a
[PATCH] EDAC: e752x cleanup

- Add ctl_dev field to "struct e752x_dev_info".  Then we can eliminate
  ugly switch statement from e752x_probe1().

- Remove code from e752x_probe1() that clears initial PCI bus parity
  errors.  The core EDAC module already does this.

Signed-off-by: David S. Peterson <dsp@llnl.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/edac/e752x_edac.c