ioat(4): Shrink using the correct timer

Fix a typo introduced in r302352.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Conrad Meyer 2016-07-12 17:58:58 +00:00
parent e95b7573d7
commit db16ab7ea0

View file

@ -1704,7 +1704,7 @@ ioat_shrink_timer_callback(void *arg)
out:
if (ioat->ring_size_order > IOAT_MIN_ORDER)
callout_reset(&ioat->poll_timer, IOAT_SHRINK_PERIOD,
callout_reset(&ioat->shrink_timer, IOAT_SHRINK_PERIOD,
ioat_shrink_timer_callback, ioat);
}