]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
authorDuan Jiong <duanj.fnst@cn.fujitsu.com>
Fri, 1 Nov 2013 05:09:43 +0000 (13:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Nov 2013 01:02:33 +0000 (20:02 -0500)
commitc5fbbd5653218956c863f8eaf15ba489c646fac3
tree39625c54a3e323e807199975c07043ecec979b27
parent62372c8acb32058197f24a0e128c5cfa9c8ed92a
vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))

trivial patch converting ERR_PTR(PTR_ERR()) into ERR_CAST().
No functional changes.

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c