X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fedac%2Fedac_pci.c;h=32be43576a8ee720876604a6b0c11c9081b2c0c7;hb=c805df3d6205573fa7a8ef2334b1c8d67381dc8b;hp=e0b47b74ec4581aa60dda973c612bddc6c5738ca;hpb=d2fc0bacd5c438cb459fdf531eff00ab18422a00;p=linux-2.6 diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c index e0b47b74ec..32be43576a 100644 --- a/drivers/edac/edac_pci.c +++ b/drivers/edac/edac_pci.c @@ -246,7 +246,7 @@ static void edac_pci_workq_function(struct work_struct *work_req) /* if we are on a one second period, then use round */ msec = edac_pci_get_poll_msec(); if (msec == 1000) - delay = round_jiffies(msecs_to_jiffies(msec)); + delay = round_jiffies_relative(msecs_to_jiffies(msec)); else delay = msecs_to_jiffies(msec);