diff options
author | 2007-11-23 15:43:02 +0000 | |
---|---|---|
committer | 2007-11-23 15:43:02 +0000 | |
commit | 1604b1ca64ac0b3444b5b7bf1b6b9add9bf3c511 (patch) | |
tree | 50445ce37bc2bc1778ed27b9c1ecb0c772727131 /sys/dev/pci/sili_pci.c | |
parent | implement translation of the scsi vpd page for fetching a disks serial (diff) | |
download | wireguard-openbsd-1604b1ca64ac0b3444b5b7bf1b6b9add9bf3c511.tar.xz wireguard-openbsd-1604b1ca64ac0b3444b5b7bf1b6b9add9bf3c511.zip |
Sanitize the use of timeouts:
Instead of calling timeout_set(..., NULL, NULL) in attach routines and
later
timeout_del(...)
timeout_set(..., func, arg)
timeout_add(..., time)
set the function and argument in the initial timeout_set() call and only
use timeout_add(..., time) later.
ok dlg, fgsch, krw, winiger
Diffstat (limited to 'sys/dev/pci/sili_pci.c')
0 files changed, 0 insertions, 0 deletions