]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Fix kfifo_alloc() error check.
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 23 Nov 2006 04:26:11 +0000 (20:26 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 25 Nov 2006 23:16:49 +0000 (15:16 -0800)
commitcd733b1cf67f190821fdff5a491b643abce0a794
tree484df8ddb3e1f4cfe9e113e7b914c294300830fc
parent4ecd6793b8f959762eadeaee441057ad37bd7c93
[NET]: Fix kfifo_alloc() error check.

The return value of kfifo_alloc() should be checked by IS_ERR().

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/probe.c
net/ipv4/tcp_probe.c