From: Alex Dubov Date: Fri, 8 Dec 2006 05:50:49 +0000 (+1100) Subject: tifm_sd: Switch software timeout handler from work_struct to timer X-Git-Tag: v2.6.21-rc2~42^2~20^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0803dd0c2594c7dc70c14ab00ea21e68605f5ba1;p=pandora-kernel.git 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 Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed