mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
ioat(4): Shrink using the correct timer
Fix a typo introduced in r302352. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
e95b7573d7
commit
db16ab7ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue