]> Pileus Git - ~andy/linux/blobdiff - drivers/gpio/gpiolib-of.c
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
[~andy/linux] / drivers / gpio / gpiolib-of.c
index ba9876ffb017ba3c8874512e73acbbf9c97d0cbb..0dfaf20e4dad4175fc7d5f49e6989d609876b123 100644 (file)
@@ -195,8 +195,8 @@ static void of_gpiochip_add_pin_range(struct gpio_chip *chip)
                return;
 
        for (;; index++) {
-               ret = of_parse_phandle_with_args(np, "gpio-ranges",
-                               "#gpio-range-cells", index, &pinspec);
+               ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3,
+                               index, &pinspec);
                if (ret)
                        break;