From: Thomas Gleixner Date: Mon, 13 Jul 2015 20:44:59 +0000 (+0000) Subject: mfd: max899x: Avoid redundant irq_data lookup X-Git-Tag: omap-for-v4.3/fixes-rc1~93^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ad234485ee868c09f2d59b2ed94d6c6e6d3f19;p=pandora-kernel.git mfd: max899x: Avoid redundant irq_data lookup 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed