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

Commit 6b084421 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Greg Kroah-Hartman
Browse files

usb3503: correct error message in probe ('connect' to 'interrupt')



intn is obviously the interrupt pin.

Signed-off-by: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6cd244b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ static int usb3503_probe(struct usb3503 *hub)
					    "usb3503 intn");
		if (err) {
			dev_err(dev,
				"unable to request GPIO %d as connect pin (%d)\n",
				"unable to request GPIO %d as interrupt pin (%d)\n",
				hub->gpio_intn, err);
			return err;
		}