Re: [PATCH] [MIPS] vr41xx: unsigned irq cannot be negative

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sergei Shtylyov
Date: Tuesday, September 16, 2008 - 3:44 am

Hello.

roel kluin wrote:


   Keep an empty line after the declaration block please.


  How about this:

		ret = cascade->get_irq(irq);
		if (ret < 0)
 			atomic_inc(&irq_err_count);
 		else
 			irq_dispatch(ret);


WBR, Sergei


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] [MIPS] vr41xx: unsigned irq cannot be negative, Sergei Shtylyov, (Tue Sep 16, 3:44 am)