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

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

ehci: no conditional compilation for interestingness



Simple elemination of the conditional compilation

Signed-off-by: default avatarOliver Neukum <oneukum@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 00b033bb
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1114,9 +1114,7 @@ static int ehci_hub_control (
		if (test_bit(wIndex, &ehci->port_c_suspend))
			status |= USB_PORT_STAT_C_SUSPEND << 16;

#ifndef	VERBOSE_DEBUG
		if (status & ~0xffff)	/* only if wPortChange is interesting */
#endif
			dbg_port(ehci, "GetStatus", wIndex + 1, temp);
		put_unaligned_le32(status, buf);
		break;