diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-07 06:27:11 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-12 00:03:12 +0400 |
commit | de9e8f3f4086b1e6ba302487074fb707f1a95fc7 (patch) | |
tree | 5466e1d77851f0dcca945c7c9dc3645a681d22fd /drivers/net/ethernet/korina.c | |
parent | 97f3f6fc23e516012b614c263847120caaab7020 (diff) | |
download | linux-de9e8f3f4086b1e6ba302487074fb707f1a95fc7.tar.xz |
macvlan: Move skb_clone check closer to call
Currently macvlan calls skb_clone in macvlan_broadcast but checks
for a NULL return in macvlan_broadcast_one instead. This is
needlessly confusing and may lead to bugs introduced later.
This patch moves the error check to where the skb_clone call is.
The only other caller of macvlan_broadcast_one never passes in a
NULL value so it doesn't need the check either.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Thanks,
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/korina.c')
0 files changed, 0 insertions, 0 deletions