Re: [PATCH 4/7] [IrDA] af_irda: IRDA_ASSERT cleanups

2007-04-20 Thread David Miller
From: [EMAIL PROTECTED] Date: Thu, 19 Apr 2007 00:32:06 +0300 > In af_irda.c, the multiple IRDA_ASSERT() are either hiding bugs, useless, or > returning the wrong value. > Let's clean that up. > > Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Applied to net-2.6.22, thanks. - To unsubscribe fro

[PATCH 4/7] [IrDA] af_irda: IRDA_ASSERT cleanups

2007-04-18 Thread samuel
In af_irda.c, the multiple IRDA_ASSERT() are either hiding bugs, useless, or returning the wrong value. Let's clean that up. Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> --- net/irda/af_irda.c | 32 +--- 1 files changed, 5 insertions(+), 27 deletions(-) Index: ne