From: Thomas Gleixner Date: Sun, 12 Jul 2015 23:07:01 +0000 (+0200) Subject: gpio/msm-v2: Avoid redundant lookup of irq_data X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789f9dabfe44c1f7056aa0a7c9a9205de4d5261f;p=pandora-kernel.git gpio/msm-v2: Avoid redundant lookup of irq_data It's pretty silly to do irq_data *d = irq_get_irq_data(irq_data->irq); because that results in d = irq_data, but goes through a lookup of the irq_data. Use irq_data directly. Signed-off-by: Thomas Gleixner Cc: Linus Walleij Cc: Alexandre Courbot Cc: Jiang Liu Cc: linux-gpio@vger.kernel.org --- Reading git-diff-tree failed