summaryrefslogtreecommitdiff
path: root/drivers/sbus/char/vfc_i2c.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-12 15:55:33 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-12 15:55:33 -0700
commit9401c705f2a6a7e5df102f6443dba395c3c5e5a8 (patch)
tree19bf660a776995b01c29228604824bb9823e24f3 /drivers/sbus/char/vfc_i2c.c
parent61b22e693ea33af02f3380d3dbed9ee65a80c729 (diff)
parent074c5279ef671e4fcd2ce2960ecc9d7d9735fabd (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'drivers/sbus/char/vfc_i2c.c')
-rw-r--r--drivers/sbus/char/vfc_i2c.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/sbus/char/vfc_i2c.c b/drivers/sbus/char/vfc_i2c.c
index 739cad9b19a..ceec30648f4 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)
void vfc_i2c_delay_no_busy(struct vfc_dev *dev, unsigned long usecs)
{
- set_current_state(TASK_UNINTERRUPTIBLE);
- schedule_timeout(usecs_to_jiffies(usecs));
+ schedule_timeout_uninterruptible(usecs_to_jiffies(usecs));
}
void inline vfc_i2c_delay(struct vfc_dev *dev)