From: Wei Yongjun Date: Fri, 7 Sep 2012 06:54:25 +0000 (+0800) Subject: usb: gadget: at91_udc: move the dereference below the NULL test X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~141^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162ca3ca613e02e115ec9c5273f94bd22dad0af2;p=pandora-kernel.git usb: gadget: at91_udc: move the dereference below the NULL test The dereference should be moved below the NULL test. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed