From: Jon Povey Date: Tue, 27 Jul 2010 20:18:06 +0000 (-0700) Subject: gpio: fix spurious printk when freeing a gpio X-Git-Tag: v2.6.35~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a99ad4a2e1b1693ffe8e40cc0dddfc633ce2a50;p=pandora-kernel.git gpio: fix spurious printk when freeing a gpio When freeing a gpio that has not been exported, gpio_unexport() prints a debug message when it should just fall through silently. Example spurious message: gpio_unexport: gpio0 status -22 Signed-off-by: Jon Povey Cc: David Brownell Acked-by: Uwe Kleine-K?nig Cc: Gregory Bean Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed