]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3d1ee025cf99a3dd056d176fff27894975d1c42
tree4227d631a9dc0d5b67b910c35d184c2c410e8af9
parent8895e8d3b1e2301afd950f979aebd979b53db963
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