Skip to content

Commit ad9b696

Browse files
Project516Copilot
andauthored
Update arch/arm/mach-davinci/legoev3-fiq.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 65b897d commit ad9b696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-davinci/legoev3-fiq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ static int legoev3_fiq_probe(struct platform_device *pdev)
866866

867867
ret = gpio_request(pdata->status_gpio, "fiq status");
868868
if (!ret) {
869-
ret = gpio_direction_output(pdata->status_gpio, 0);
869+
ret = gpio_direction_output(pdata->status_gpio, 0);
870870
}
871871

872872
if (ret < 0) {

0 commit comments

Comments
 (0)