From: Cyril Roelandt Date: Fri, 1 Mar 2013 19:46:32 +0000 (+0100) Subject: usb: gadget: uvc: Use GFP_ATOMIC under spin lock X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6854bcdc6ff92e3a9c24940a3c5ebb446950c974;p=pandora-kernel.git usb: gadget: uvc: Use GFP_ATOMIC under spin lock Found using the following semantic patch: @@ @@ spin_lock_irqsave(...); ... when != spin_unlock_irqrestore(...); * GFP_KERNEL Signed-off-by: Cyril Roelandt Signed-off-by: Laurent Pinchart Tested-by: Bhupesh Sharma Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed