ohci-hub: fix typo in dbg_port macro
authorJelle Martijn Kok <jmkok@youcom.nl>
Wed, 8 Feb 2017 15:53:08 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 11:20:57 +0000 (12:20 +0100)
commitbaa42a359e7272135aa61548aa99263be03fb668
tree9cae3515af27298d88c849b04ad0ac8c77fb2bf7
parent54a21903df2f8020bd4bc9fe38668c031255e148
ohci-hub: fix typo in dbg_port macro

The "dbg_port" macro uses the "outside" parameter (="temp") instead of
the parameters (="value") given in the macro. As the macro can look
outside its definition this causes no direct problem.

Signed-off-by: Jelle Martijn Kok <jmkok@youcom.nl>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hub.c