Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/spi Fixed typo in name for MCP3304.



details:   https://anonhg.NetBSD.org/src/rev/fab550228713
branches:  trunk
changeset: 819154:fab550228713
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Nov 20 12:38:04 2016 +0000

description:
Fixed typo in name for MCP3304.

diffstat:

 sys/dev/spi/mcp3k.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5ad1f8ab3f3 -r fab550228713 sys/dev/spi/mcp3k.c
--- a/sys/dev/spi/mcp3k.c       Sun Nov 20 09:38:37 2016 +0000
+++ b/sys/dev/spi/mcp3k.c       Sun Nov 20 12:38:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcp3k.c,v 1.1 2015/08/18 15:54:20 phx Exp $ */
+/*     $NetBSD: mcp3k.c,v 1.2 2016/11/20 12:38:04 phx Exp $ */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -163,7 +163,7 @@
                .flags = M3K_SIGNED | M3K_SGLDIFF | M3K_D2D1D0
        },
        {
-               .name = 3204,
+               .name = 3304,
                .bits = 13,
                .channels = 8,
                .lead = 2,



Home | Main Index | Thread Index | Old Index