aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_rio.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/sysdev/fsl_rio.c')
-rw-r--r--arch/powerpc/sysdev/fsl_rio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_rio.c b/arch/powerpc/sysdev/fsl_rio.c
index 9725369d432..9f99bef2ade 100644
--- a/arch/powerpc/sysdev/fsl_rio.c
+++ b/arch/powerpc/sysdev/fsl_rio.c
@@ -973,7 +973,6 @@ fsl_rio_dbell_handler(int irq, void *dev_instance)
973 if (dsr & DOORBELL_DSR_QFI) { 973 if (dsr & DOORBELL_DSR_QFI) {
974 pr_info("RIO: doorbell queue full\n"); 974 pr_info("RIO: doorbell queue full\n");
975 out_be32(&priv->msg_regs->dsr, DOORBELL_DSR_QFI); 975 out_be32(&priv->msg_regs->dsr, DOORBELL_DSR_QFI);
976 goto out;
977 } 976 }
978 977
979 /* XXX Need to check/dispatch until queue empty */ 978 /* XXX Need to check/dispatch until queue empty */