From: Thomas Pugliese Date: Wed, 23 Apr 2014 19:42:47 +0000 (-0500) Subject: uwb: don't call spin_unlock_irq in a USB completion handler X-Git-Tag: omap-for-v3.16/pm-signed~48^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c996b9379180ee578b9ea208bb4f197201bbb023;p=pandora-kernel.git uwb: don't call spin_unlock_irq in a USB completion handler This patch converts the use of spin_lock_irq/spin_unlock_irq to spin_lock_irqsave/spin_unlock_irqrestore in uwb_rc_set_drp_cmd_done which is called from a USB completion handler. There are also whitespace cleanups to make checkpatch.pl happy. Signed-off-by: Thomas Pugliese Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed