staging: r8712u: Fix allocations not checked for failure
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 28 Aug 2012 16:59:04 +0000 (11:59 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 21:14:08 +0000 (14:14 -0700)
commit5ca136a0cb96aabcb3c2158fb958677d55915f93
tree89363099377e6217ec2836e38f497fff43986d40
parent6a5c23194e09103ed24301e098c03a7da382a656
staging: r8712u: Fix allocations not checked for failure

The driver has a dev_alloc_skb() and an skb_clone() call that are not
checked for failure.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_recv.c