commit | 1f352920b908247273a7c1937fd8c341cc1cedb1 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed May 16 20:51:02 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 04:47:50 2012 -0400 |
tree | 67917c24bcb58bb5217cfc30e523ab7a546aae7d | |
parent | a4ca44fa578c7c7fd123b7fba3c2c98d4ba4e53d [diff] |
isdn: remove duplicate NULL check We test both "!skb_out" and "skb_out" here which is duplicative and causes a static checker warning. I considered that the intent might have been to test "skb_in" but that's a valid pointer here. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>