소스 검색

sh: intc: Fixup compile breakage.

The resume from hibernation patch introduced build failure, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 년 전
부모
커밋
0a753d58f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/sh/intc.c

+ 1 - 1
drivers/sh/intc.c

@@ -807,7 +807,7 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
 			break;
 		for_each_irq_desc(irq, desc) {
 			if (desc->handle_irq == intc_redirect_irq)
-				continue
+				continue;
 			if (desc->chip != &d->chip)
 				continue;
 			if (desc->status & IRQ_DISABLED)