Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sociox Oops, missed a line in the last change.



details:   https://anonhg.NetBSD.org/src/rev/3feebed7c9d6
branches:  trunk
changeset: 933953:3feebed7c9d6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 01 00:00:37 2020 +0000

description:
Oops, missed a line in the last change.

diffstat:

 sys/arch/arm/sociox/sni_i2c.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1cccd519a041 -r 3feebed7c9d6 sys/arch/arm/sociox/sni_i2c.c
--- a/sys/arch/arm/sociox/sni_i2c.c     Sun May 31 23:52:19 2020 +0000
+++ b/sys/arch/arm/sociox/sni_i2c.c     Mon Jun 01 00:00:37 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sni_i2c.c,v 1.7 2020/05/31 23:55:18 thorpej Exp $      */
+/*     $NetBSD: sni_i2c.c,v 1.8 2020/06/01 00:00:37 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sni_i2c.c,v 1.7 2020/05/31 23:55:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sni_i2c.c,v 1.8 2020/06/01 00:00:37 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -117,7 +117,6 @@
 {
        struct sniiic_softc * const sc = device_private(self);
        struct fdt_attach_args * const faa = aux;
-       prop_dictionary_t dict = device_properties(self);
        const int phandle = faa->faa_phandle;
        bus_space_handle_t ioh;
        bus_addr_t addr;



Home | Main Index | Thread Index | Old Index