From: Linus Walleij Date: Tue, 26 Nov 2013 13:28:32 +0000 (+0100) Subject: gpio: drop users of irq_set_chip_and_handler_name() X-Git-Tag: v3.14-rc1~145^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5428a682ca726249a89201c79ddd0599669c484;p=pandora-kernel.git gpio: drop users of irq_set_chip_and_handler_name() Switch all users of irq_set_chip_and_handler_name() to simply use irq_set_chip_and_handler(), all just provide a boilerplate name like "demux" or "mux" - a fact which is anyway obvious from the hwirq number from the irqdomain now present in e.g. /proc/interrupts. Cc: Mathias Nyman Cc: Dan Carpenter Acked-by: David Cohen Acked-by: Mika Westerberg Tested-by: Mika Westerberg Signed-off-by: Linus Walleij --- Reading git-diff-tree failed