From: Ben Chan Date: Thu, 7 Jun 2012 06:01:26 +0000 (-0700) Subject: staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_complete X-Git-Tag: v3.6-rc1~100^2~841 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd13c86b0dae86efdde98119ffd7348e80719ade;p=pandora-kernel.git staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_complete This patch fixes a spinlock recursion bug on several call sites of gdm_usb_send_complete by not calling spin_lock_irqsave on urb->context->tx_cxt->lock when the lock has already been acquired. Signed-off-by: Ben Chan Cc: Sage Ahn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed