]> git.baikalelectronics.ru Git - kernel.git/commit
usb: core: hcd: fix messages in usb_hcd_request_irqs()
authorSergey Shtylyov <s.shtylyov@omp.ru>
Thu, 16 Sep 2021 20:04:41 +0000 (23:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Sep 2021 14:34:14 +0000 (16:34 +0200)
commit586dae9d61436261a7bc2970d6e67b23c72b0d5e
treebe892a4536fb33552015a7960c4853252fef95ae
parentdb32169cd89015db1190c55db51755f0d26046dd
usb: core: hcd: fix messages in usb_hcd_request_irqs()

Two dev_info() calls in usb_hcd_request_irqs() mistreat the I/O port base
address, calling it just "io base" instead of "io port".

While fixing this, make indenataion of the argument lists more sane...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/5d10014d-e58b-d081-ed7c-7424f649ce0b@omp.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c