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

Commit 00b033bb authored by Oliver Neukum's avatar Oliver Neukum Committed by Greg Kroah-Hartman
Browse files

ohci: no conditional debugging in root hub hadling



With dynamic debugging the selection is done in user space

Signed-off-by: default avatarOliver Neukum <oneukum@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1714ba0e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -725,9 +725,7 @@ static int ohci_hub_control (
		temp = roothub_portstatus (ohci, wIndex);
		put_unaligned_le32(temp, buf);

#ifndef	OHCI_VERBOSE_DEBUG
		if (*(u16*)(buf+2))	/* only if wPortChange is interesting */
#endif
			dbg_port(ohci, "GetStatus", wIndex, temp);
		break;
	case SetHubFeature: