commit | 0803dd0c2594c7dc70c14ab00ea21e68605f5ba1 | [log] [tgz] |
---|---|---|
author | Alex Dubov <oakad@yahoo.com> | Fri Dec 08 16:50:49 2006 +1100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:07 2007 +0100 |
tree | 6eb2ddd6a23d7456b00f68bc212fe7b7f37ed4c1 | |
parent | 255ef22e89ecedcc594428444a72a29cb66153f5 [diff] |
tifm_sd: Switch software timeout handler from work_struct to timer Two changes are introduced to software timeout handler in order to simplify its management: 1. The implementation is switched from work_struct to timer 2. Previously, software timeout was rearmed with each interrupt. Now, current request must complete entirely within timeout interval. Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>