diff --git a/drivers/gpio/gpio-fsm.c b/drivers/gpio/gpio-fsm.c index a2df451da918..6222d0d354aa 100644 --- a/drivers/gpio/gpio-fsm.c +++ b/drivers/gpio/gpio-fsm.c @@ -122,7 +122,7 @@ struct gpio_fsm { struct fsm_state *current_state; struct fsm_state *next_state; struct fsm_state *delay_target_state; - unsigned int delay_jiffies; + unsigned long delay_jiffies; int delay_ms; unsigned int debug; bool shutting_down;