From: Sujith Manoharan Date: Mon, 21 Feb 2011 02:20:38 +0000 (+0530) Subject: ath9k_htc: Fix error path in URB allocation X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512c044a299f133c8dc86dd5fa6378d745489286;p=pandora-kernel.git ath9k_htc: Fix error path in URB allocation ath9k_hif_usb_alloc_urbs() takes care of freeing all the allocated URBs for the various endpoints when an error occurs. Calling ath9k_hif_usb_dealloc_urbs() would cause a panic since the URBs have already been freed. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed