commit | 5663bb27dec1a2bfaf9d92e3685834b91a36a5a3 | [log] [tgz] |
---|---|---|
author | Jiang Liu <jiang.liu@linux.intel.com> | Thu Jun 04 12:13:16 2015 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 17 21:56:20 2015 +0200 |
tree | fc02f22a105589e6cdb552b890c1324b35260da2 | |
parent | f66eb498ff131d52f9c7b73f0a25a5e3b9095528 [diff] |
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we already have a pointer to corresponding irq_desc. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: linux-gpio@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>