Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/arch/arm/samsung Complete the adaptation to the branch



details:   https://anonhg.NetBSD.org/src/rev/ee00f1fd2098
branches:  nick-nhusb
changeset: 804492:ee00f1fd2098
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Dec 28 09:20:24 2015 +0000

description:
Complete the adaptation to the branch

diffstat:

 sys/arch/arm/samsung/exynos_usb.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a2d48ffb33e0 -r ee00f1fd2098 sys/arch/arm/samsung/exynos_usb.c
--- a/sys/arch/arm/samsung/exynos_usb.c Mon Dec 28 08:28:11 2015 +0000
+++ b/sys/arch/arm/samsung/exynos_usb.c Mon Dec 28 09:20:24 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_usb.c,v 1.13.2.3 2015/12/27 12:09:32 skrll Exp $        */
+/*     $NetBSD: exynos_usb.c,v 1.13.2.4 2015/12/28 09:20:24 skrll Exp $        */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: exynos_usb.c,v 1.13.2.3 2015/12/27 12:09:32 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_usb.c,v 1.13.2.4 2015/12/28 09:20:24 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -223,7 +223,6 @@
        bus_addr_t addr;
        bus_size_t size;
        int error;
-       int r;
 
        if (fdtbus_get_reg(faa->faa_phandle, 0, &addr, &size) != 0) {
                aprint_error(": couldn't get registers\n");
@@ -287,7 +286,6 @@
        struct fdt_attach_args * const faa = aux;
        bus_addr_t addr;
        bus_size_t size;
-       int r;
 
        if (fdtbus_get_reg(faa->faa_phandle, 0, &addr, &size) != 0) {
                aprint_error(": couldn't get registers\n");



Home | Main Index | Thread Index | Old Index