From: Jesper Nilsson Date: Tue, 28 Apr 2009 17:08:10 +0000 (+0200) Subject: CRISv32: Fix typo compile error in ARTPEC-3 gpio driver. X-Git-Tag: linux-omap-v2.6.30-rc6~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=999fb23ef868719b8bd55ee3f6b1f7a8fd8016af;p=pandora-kernel.git CRISv32: Fix typo compile error in ARTPEC-3 gpio driver. arch/cris/arch-v32/drivers/mach-a3/gpio.c: +spin_lock_irqrestore(&gpio_lock, flags); arch/cris/arch-v32/drivers/mach-a3/gpio.c: +spin_lock_irqrestore(&gpio_lock, flags); should that not be "spin_unlock_irqrestore()"? The code in question was inside an (most often) undefined ifdef. Reported-by: "Robert P. J. Day" Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed