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)
commit22c352195ee09dcce9f4f0e2d4cd5f382b90f0fb
treec061babed893a4d968b871b2c31d0c0f1434598e
parent6aed0c8bf7d2f389b472834053eb6e3bd6926999
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