From 1de0c2e2c3a4d5e06874974a17b6ff3022c7af83 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 17 Jun 2018 01:08:15 +0000 Subject: [PATCH] Oops, another one. --- sys/dev/i2c/am2315.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/i2c/am2315.c b/sys/dev/i2c/am2315.c index 3d27b44f83ec..1dec0e7685b1 100644 --- a/sys/dev/i2c/am2315.c +++ b/sys/dev/i2c/am2315.c @@ -1,4 +1,4 @@ -/* $NetBSD: am2315.c,v 1.4 2018/06/17 01:07:06 thorpej Exp $ */ +/* $NetBSD: am2315.c,v 1.5 2018/06/17 01:08:15 thorpej Exp $ */ /* * Copyright (c) 2017 Brad Spencer @@ -17,7 +17,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: am2315.c,v 1.4 2018/06/17 01:07:06 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am2315.c,v 1.5 2018/06/17 01:08:15 thorpej Exp $"); /* * Driver for the Aosong AM2315 @@ -171,7 +171,6 @@ static int am2315_match(device_t parent, cfdata_t match, void *aux) { struct i2c_attach_args *ia = aux; - int rv; int match_result; if (iic_use_direct_match(ia, match, NULL, &match_result))