Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: max77620: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

authored by

Zheng Yongjun and committed by
Bartosz Golaszewski
de49e83c f0a2c77e

+1 -1
+1 -1
drivers/gpio/gpio-max77620.c
··· 325 325 girq->parents = NULL; 326 326 girq->default_type = IRQ_TYPE_NONE; 327 327 girq->handler = handle_edge_irq; 328 - girq->init_hw = max77620_gpio_irq_init_hw, 328 + girq->init_hw = max77620_gpio_irq_init_hw; 329 329 girq->threaded = true; 330 330 331 331 platform_set_drvdata(pdev, mgpio);