Module Name: src Committed By: skrll Date: Fri May 22 06:27:17 UTC 2015
Modified Files: src/sys/arch/arm/nvidia: tegra_ehci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/nvidia/tegra_ehci.c diff -u src/sys/arch/arm/nvidia/tegra_ehci.c:1.6 src/sys/arch/arm/nvidia/tegra_ehci.c:1.7 --- src/sys/arch/arm/nvidia/tegra_ehci.c:1.6 Mon May 18 11:07:34 2015 +++ src/sys/arch/arm/nvidia/tegra_ehci.c Fri May 22 06:27:17 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: tegra_ehci.c,v 1.6 2015/05/18 11:07:34 skrll Exp $ */ +/* $NetBSD: tegra_ehci.c,v 1.7 2015/05/22 06:27:17 skrll Exp $ */ /*- * Copyright (c) 2015 Jared D. McNeill <jmcne...@invisible.ca> @@ -29,7 +29,7 @@ #include "locators.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tegra_ehci.c,v 1.6 2015/05/18 11:07:34 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tegra_ehci.c,v 1.7 2015/05/22 06:27:17 skrll Exp $"); #include <sys/param.h> #include <sys/bus.h> @@ -318,11 +318,11 @@ tegra_ehci_utmip_init(struct tegra_ehci_ static int tegra_ehci_port_status(struct ehci_softc *ehci_sc, uint32_t v, int i) - { +{ struct tegra_ehci_softc * const sc = device_private(ehci_sc->sc_dev); bus_space_tag_t iot = sc->sc_bst; bus_space_handle_t ioh = sc->sc_bsh; - + i &= ~(UPS_HIGH_SPEED|UPS_LOW_SPEED); uint32_t val = bus_space_read_4(iot, ioh,