On Tuesday 11 February 2014, Pawel Moll wrote: > At this stage of system shutdown procedure the jiffies may > not be updated anymore, so just use udelay instead. comment doesn't match code: s/udelay/mdelay/ > + mdelay(1000); > } Arnd