From: Jesper Juhl Date: Wed, 26 Dec 2012 20:51:12 +0000 (+0100) Subject: rtlwifi: Don't leak on error in _rtl_usb_receive() X-Git-Tag: v3.8-rc3~8^2~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1474a89838c44ef2c9b95401cf3a9ff5ad05d5fd;p=pandora-kernel.git rtlwifi: Don't leak on error in _rtl_usb_receive() We fail to release 'urb' if '_rtl_prep_rx_urb()' fails in _rtl_usb_receive(). This patch should take care of the leak. Signed-off-by: Jesper Juhl Acked-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed