From: Jiang Liu Date: Mon, 13 Jul 2015 20:44:56 +0000 (+0000) Subject: mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc X-Git-Tag: omap-for-v4.3/fixes-rc1~93^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e84aa445893a608445af2fda5d8a03c0a86af84;p=pandora-kernel.git mfd: 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. Do the same change to avoid the pattern "irq_get_chip_data(data->irq)". Signed-off-by: Jiang Liu Signed-off-by: Thomas Gleixner Signed-off-by: Lee Jones --- Reading git-diff-tree failed