diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-09-24 22:29:01 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-27 21:18:19 +0400 |
commit | 7f8436a1269eaaf2d0b1054a325eddf4e14cb80d (patch) | |
tree | bc39da0b5949f1eebe0241007db5fd70243490f4 /drivers/net/team | |
parent | 392b408782324e62709f080a84de2866f7b125d4 (diff) | |
download | linux-7f8436a1269eaaf2d0b1054a325eddf4e14cb80d.tar.xz |
l2tp: fix return value check
In case of error, the function genlmsg_put() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/team')
0 files changed, 0 insertions, 0 deletions