Skip to content
Commit 0afb5e98 authored by Phil Elwell's avatar Phil Elwell Committed by Phil Elwell
Browse files

fixup! gpio-fsm: Avoid truncation of delay jiffies



The kernel's time unit of jiffies should be stored as an unsigned long
value. Storing it as an unsigned int, as gpio-fsm did, leads to
truncation and malfunction when the kernel is built for a 64-bit
platform.

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent a2bdda06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment