Remove the unnecessary "return;" at the end of function

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-11-28 03:52:29 +08:00
committed by Petro Karashchenko
parent 126b33c488
commit 6d30726a1b
50 changed files with 0 additions and 125 deletions
-2
View File
@@ -456,8 +456,6 @@ void sparc_clrpend_irq(int irq)
putreg32(1 << cpuint, S698PM_IRQREG_ICLEAR);
}
return;
}
/****************************************************************************