commit | 749ede57443b2a7ede2db105145f21047efcea6a | [log] [tgz] |
---|---|---|
author | Dave Peterson <dsp@llnl.gov> | Sun Mar 26 01:38:45 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:07 2006 -0800 |
tree | 0d0ee972f55e8fbb9d8fba6209a6304fdd3c98f1 | |
parent | d38fde84f7521973fdfa5c3d03d62f014b42cd03 [diff] |
[PATCH] EDAC: cleanup code for clearing initial errors Fix xxx_probe1() functions so they call xxx_get_error_info() functions to clear initial errors. This is simpler and cleaner than duplicating the low-level code for accessing PCI config space. 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>