Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4880951 authored by Josh Wu's avatar Josh Wu Committed by Greg Kroah-Hartman
Browse files

USB: gadget: AT91: fix typo in atmel_usba_udc driver



compile fix for bug introduced by 969affff)

Signed-off-by: default avatarJosh Wu <josh.wu@atmel.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f52022b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2017,7 +2017,7 @@ static int __init usba_udc_probe(struct platform_device *pdev)
			}
		} else {
			/* gpio_request fail so use -EINVAL for gpio_is_valid */
			ubc->vbus_pin = -EINVAL;
			udc->vbus_pin = -EINVAL;
		}
	}