diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-02-27 16:10:26 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-02-27 16:10:26 +0000 |
| commit | 5a1fac10af37e914ce8816ae742de984d9a16733 (patch) | |
| tree | 6b3a0561c6e7c9b823dc7fd32e031895f42f7e91 /sys/dev/mlx | |
| parent | ef7b427562a50aaa0b9269ff8c4ee777dafd3bfe (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index 6087216901fd..731af8fa29b3 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -2254,7 +2254,7 @@ static void mlx_complete(struct mlx_softc *sc) { struct mlx_command *mc, *nc; - int s, count; + int s; debug_called(2); @@ -2263,7 +2263,6 @@ mlx_complete(struct mlx_softc *sc) return; s = splbio(); - count = 0; /* scan the list of busy/done commands */ mc = TAILQ_FIRST(&sc->mlx_work); |
