summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-dev.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-03-31 23:05:01 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-04-14 11:18:33 -0700
commit524465df2accf54604cb89c04dbaab0c8aaa5bb4 (patch)
tree2fd935549b981ae0c60b7fe6a50aa71b9a377347 /drivers/i2c/i2c-dev.c
parentf043ca43c1ae354346f72dc5826d820d5619f0b2 (diff)
downloadlinux-524465df2accf54604cb89c04dbaab0c8aaa5bb4.tar.bz2
[PATCH] i2c: convert ds1374 to use a workqueue
A tasklet is not suitable for what the ds1374 driver does: neither sleeping nor mutex operations are allowed in tasklets, and ds1374_set_tlet may do both. We can use a workqueue instead, where both sleeping and mutex operations are allowed. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Randy Vinson <rvinson@mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/i2c-dev.c')
0 files changed, 0 insertions, 0 deletions