commit | 72046d84f0d6e3047f4d5a5173260141983b2b61 | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Thu Jul 01 03:00:17 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 02 21:59:05 2010 -0700 |
tree | 46e3aba833a5d9944938a18c08e5f5d81c5545ff | |
parent | 0dacca73a3ddefa6cb8a7e0282f938e01faa1a64 [diff] |
qlge: Replacing add_timer() to mod_timer() Currently qlge driver calls add_timer() instead of mod_timer(). This patch changes add_timer() to mod_timer(), which seems a better solution. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>