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.3-rc1~82^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d90db4b12bc1b9b8a787ef28550fdb767ee25a49;p=pandora-kernel.git rtl8192se: Fix BUG caused by failure to check skb allocation 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 Cc: Stable Signed-off-by: John W. Linville --- Reading git-diff-tree failed