]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpio/gpio-xgs-iproc.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / drivers / gpio / gpio-xgs-iproc.c
index b21c2e436b61023ca38a83a1e5b690359f2191b7..ad5489a65d542a04311a4739552b11c1d50c9b53 100644 (file)
@@ -251,8 +251,7 @@ static int iproc_gpio_probe(struct platform_device *pdev)
 
                /*
                 * Directly request the irq here instead of passing
-                * a flow-handler to gpiochip_set_chained_irqchip,
-                * because the irq is shared.
+                * a flow-handler because the irq is shared.
                 */
                ret = devm_request_irq(dev, irq, iproc_gpio_irq_handler,
                                       IRQF_SHARED, chip->gc.label, &chip->gc);