commit | b334349eb4c8562fd60bc8a8bd5ba6b42f22b8ac | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Sat Nov 17 21:29:47 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 23 03:11:45 2008 -0800 |
tree | b3a9fe0d264914c48aaa40d5eb07f16b58112bba | |
parent | 7bf3f232f7c78efee8c4d14ad9af8a5a40304916 [diff] |
sis190: scheduling while atomic error sis190_tx_timeout -> sis190_hw_start -> sis190_soft_reset -> msleep *splat* PCI transactions are correctly flushed here. The msleep() is probably useless. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: K.M. Liu <kmliu@sis.com.tw>