From: Holger Brunck Date: Mon, 19 Dec 2011 16:49:48 +0000 (+0100) Subject: ARM: plat-orion: make gpiochip label unique X-Git-Tag: v3.2~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b35a45bde561d67ffd83b352764b48f936f46bb;p=pandora-kernel.git ARM: plat-orion: make gpiochip label unique The former implementation adds a fix gpiochip label string to the framework. This is confusing because orion_gpio_init is called more than once and this ends up in different gpiochips with the same label. This patch adds the already present orion_gpio_chip_count to the label string to make it unique in the system. Signed-off-by: Holger Brunck Cc: Lennert Buytenhek Acked-by: Nicolas Pitre Signed-off-by: Olof Johansson --- Reading git-diff-tree failed