commit | e5ad234485ee868c09f2d59b2ed94d6c6e6d3f19 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 13 20:44:59 2015 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Aug 11 15:09:08 2015 +0100 |
tree | 6513ea1463223704363010649b0d92c7b5297cba | |
parent | 0d674d93a08f0073a9eb290bbac56fdedc4f319d [diff] |
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 <tglx@linutronix.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>