summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/lpc/lpcdd.C13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/usr/lpc/lpcdd.C b/src/usr/lpc/lpcdd.C
index a661bb7f0..c5691d7b9 100644
--- a/src/usr/lpc/lpcdd.C
+++ b/src/usr/lpc/lpcdd.C
@@ -200,15 +200,10 @@ errlHndl_t lpcWrite(DeviceFW::OperationType i_opType,
// then we have to use our special side copy of the driver
if( i_target == TARGETING::MASTER_PROCESSOR_CHIP_TARGET_SENTINEL )
{
- //First check/clear the LPC bus of errors and commit any errors found
- l_err = Singleton<LpcDD>::instance().checkForLpcErrors();
- if (!l_err)
- {
- l_err = Singleton<LpcDD>::instance().writeLPC( l_type,
- l_addr,
- io_buffer,
- io_buflen );
- }
+ l_err = Singleton<LpcDD>::instance().writeLPC(l_type,
+ l_addr,
+ io_buffer,
+ io_buflen);
}
else
{
OpenPOWER on IntegriCloud