From: Jean Delvare Date: Fri, 31 Mar 2006 21:05:01 +0000 (+0200) Subject: [PATCH] i2c: convert ds1374 to use a workqueue X-Git-Tag: v2.6.17-rc2~31^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524465df2accf54604cb89c04dbaab0c8aaa5bb4;p=pandora-kernel.git [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 Acked-by: Randy Vinson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed