mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
usb3503: correct error message in probe ('connect' to 'interrupt')
intn is obviously the interrupt pin. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a6cd244b92
commit
6b0844214d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user