[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091129160255.GN10640@bicker>
Date: Sun, 29 Nov 2009 18:02:55 +0200
From: Dan Carpenter <error27@...il.com>
To: kas@...muni.cz
Cc: netdev@...r.kernel.org
Subject: [patch] drop chan->wsem on error path
The other paths all drop chan->wsem. This was found by a static
checker (smatch).
Signed-off-by: Dan Carpenter <error27@...il.com>
--- orig/drivers/net/wan/cosa.c 2009-11-29 16:38:42.000000000 +0200
+++ devel/drivers/net/wan/cosa.c 2009-11-29 16:43:39.000000000 +0200
@@ -907,6 +907,7 @@ static ssize_t cosa_write(struct file *f
current->state = TASK_RUNNING;
chan->tx_status = 1;
spin_unlock_irqrestore(&cosa->lock, flags);
+ up(&chan->wsem);
return -ERESTARTSYS;
}
}
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists