diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-08-08 11:47:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-08-08 11:47:14 +0000 |
| commit | 23983bef489075fe6d9e63b4529a4de0e22723fd (patch) | |
| tree | 21181d5aa0bcc602cbcfde679099896830cfbfea /sys/dev/an | |
| parent | 0f31ca621740a4706ba1dc44c3f2ff028145326c (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index e9c0ed53c498..7067520a8398 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -270,9 +270,7 @@ SYSCTL_PROC(_hw_an, OID_AUTO, an_dump, CTLTYPE_STRING | CTLFLAG_RW, static int sysctl_an_cache_mode(SYSCTL_HANDLER_ARGS) { - int error, last; - - last = an_cache_mode; + int error; switch (an_cache_mode) { case 1: |
