Fix to call callout_init with correct inputs from axp driver
Approved by: vmaffione, gallatin Reviewed by: hselasky, vmaffione, gallatin Differential Revision: https://reviews.freebsd.org/D31104 MFC after: 1 week
This commit is contained in:
parent
331d4f3c07
commit
0fd05b0173
@ -770,7 +770,7 @@ xgbe_service_timer(void *data)
|
||||
static void
|
||||
xgbe_init_timers(struct xgbe_prv_data *pdata)
|
||||
{
|
||||
callout_init(&pdata->service_timer, 1*hz);
|
||||
callout_init(&pdata->service_timer, 1);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user