isdn: remove duplicate NULL check
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 May 2012 20:51:02 +0000 (20:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 08:47:50 +0000 (04:47 -0400)
commit1f352920b908247273a7c1937fd8c341cc1cedb1
tree67917c24bcb58bb5217cfc30e523ab7a546aae7d
parenta4ca44fa578c7c7fd123b7fba3c2c98d4ba4e53d
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>
drivers/isdn/i4l/isdn_bsdcomp.c