summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c')
-rw-r--r--BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
index 97361ffbc1..3e69515dfe 100644
--- a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
+++ b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
@@ -93,7 +93,6 @@ RegisterInterruptSource (
}
gRegisteredInterruptHandlers[Source] = Handler;
-
return This->EnableInterruptSource(This, Source);
}