]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: remove superfluous nla_data() NULL pointer checks
authorMathias Krause <minipli@googlemail.com>
Sat, 9 Mar 2013 05:57:00 +0000 (05:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Mar 2013 20:46:09 +0000 (16:46 -0400)
commit08b9b838738a6d755824a7e6c501c10e1566cb58
treec061babed893a4d968b871b2c31d0c0f1434598e
parent2ce5046b5afd561bc0bf396f4bb5a25e6dc7b1c2
ipv6: remove superfluous nla_data() NULL pointer checks

nla_data() cannot return NULL, so these NULL pointer checks are
superfluous.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrlabel.c