mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 17:14:40 +08:00
524465df2a
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> |
||
---|---|---|
.. | ||
ds1337.c | ||
ds1374.c | ||
eeprom.c | ||
isp1301_omap.c | ||
Kconfig | ||
m41t00.c | ||
Makefile | ||
max6875.c | ||
pca9539.c | ||
pcf8574.c | ||
pcf8591.c | ||
tps65010.c |