Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/nvidia Whitespace.
details: https://anonhg.NetBSD.org/src/rev/1f743187e3d1
branches: trunk
changeset: 338407:1f743187e3d1
user: skrll <skrll%NetBSD.org@localhost>
date: Fri May 22 06:27:17 2015 +0000
description:
Whitespace.
diffstat:
sys/arch/arm/nvidia/tegra_ehci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r de3fc6fe00d7 -r 1f743187e3d1 sys/arch/arm/nvidia/tegra_ehci.c
--- a/sys/arch/arm/nvidia/tegra_ehci.c Fri May 22 03:15:43 2015 +0000
+++ b/sys/arch/arm/nvidia/tegra_ehci.c Fri May 22 06:27:17 2015 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
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,
Home |
Main Index |
Thread Index |
Old Index