diff options
Diffstat (limited to 'drivers/sbus/char/vfc_i2c.c')
-rw-r--r-- | drivers/sbus/char/vfc_i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/sbus/char/vfc_i2c.c b/drivers/sbus/char/vfc_i2c.c index 739cad9b19a1..ceec30648f4f 100644 --- a/drivers/sbus/char/vfc_i2c.c +++ b/drivers/sbus/char/vfc_i2c.c | |||
@@ -81,8 +81,7 @@ int vfc_pcf8584_init(struct vfc_dev *dev) | |||
81 | 81 | ||
82 | void vfc_i2c_delay_no_busy(struct vfc_dev *dev, unsigned long usecs) | 82 | void vfc_i2c_delay_no_busy(struct vfc_dev *dev, unsigned long usecs) |
83 | { | 83 | { |
84 | set_current_state(TASK_UNINTERRUPTIBLE); | 84 | schedule_timeout_uninterruptible(usecs_to_jiffies(usecs)); |
85 | schedule_timeout(usecs_to_jiffies(usecs)); | ||
86 | } | 85 | } |
87 | 86 | ||
88 | void inline vfc_i2c_delay(struct vfc_dev *dev) | 87 | void inline vfc_i2c_delay(struct vfc_dev *dev) |