Module Name: src
Committed By: phx
Date: Sun Nov 20 12:38:04 UTC 2016
Modified Files:
src/sys/dev/spi: mcp3k.c
Log Message:
Fixed typo in name for MCP3304.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/spi/mcp3k.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/dev/spi/mcp3k.c
diff -u src/sys/dev/spi/mcp3k.c:1.1 src/sys/dev/spi/mcp3k.c:1.2
--- src/sys/dev/spi/mcp3k.c:1.1 Tue Aug 18 15:54:20 2015
+++ src/sys/dev/spi/mcp3k.c Sun Nov 20 12:38:04 2016
@@ -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 @@ static struct mcp3kadc_model mcp3k_model
.flags = M3K_SIGNED | M3K_SGLDIFF | M3K_D2D1D0
},
{
- .name = 3204,
+ .name = 3304,
.bits = 13,
.channels = 8,
.lead = 2,