pinctrl: samsung: s3c24xx: fix syntax error
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 8 Sep 2015 14:46:40 +0000 (16:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Sep 2015 07:13:43 +0000 (09:13 +0200)
commitfa84b52cb681b27e6b5e003457562e25a239b9c4
tree4227d631a9dc0d5b67b910c35d184c2c410e8af9
parent942cde724075f840ded89390b10dce1a47a4d712
pinctrl: samsung: s3c24xx: fix syntax error

?SYNTAX ERROR

irq_desc_get_irq_chip() does not exist. It should
be irq_desc_get_chip(). Tested by compiling
s3c2410_defconfig.

Cc: Thomas Gleixner <tglx@linutronix.de>
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/samsung/pinctrl-s3c24xx.c