From: Larry Finger Date: Thu, 5 Jan 2012 02:50:47 +0000 (-0600) Subject: rtl8192se: Fix BUG caused by failure to check skb allocation X-Git-Tag: v3.2.2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf3ae0e91c183f47b328a232c94a152de540182;p=pandora-kernel.git rtl8192se: Fix BUG caused by failure to check skb allocation commit d90db4b12bc1b9b8a787ef28550fdb767ee25a49 upstream. When downloading firmware into the device, the driver fails to check the return when allocating an skb. When the allocation fails, a BUG can be generated, as seen in https://bugzilla.redhat.com/show_bug.cgi?id=771656. Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed