From: Larry Finger Date: Sun, 27 Jan 2013 22:24:25 +0000 (-0600) Subject: rtlwifi: Fix the usage of the wrong variable in usb.c X-Git-Tag: v3.2.39~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1063a51318108c3c1929f169c4ae07fdb726f1;p=pandora-kernel.git rtlwifi: Fix the usage of the wrong variable in usb.c commit 0a06ad8e3a1cb5311b7dbafde45410aa1bce9d40 upstream. In routine _rtl_rx_pre_process(), skb_dequeue() is called to get an skb; however, the wrong variable name is used in subsequent calls. Reported-by: Guenter Roeck Signed-off-by: Larry Finger Cc: Guenter Roeck Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed