From: Mark Einon Date: Sat, 1 Oct 2011 10:14:14 +0000 (+0100) Subject: staging: et131x: Fix add_timer() from et131x_open X-Git-Tag: v3.2-rc1~169^2^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84b7e29d8ea049c352af89db69cff7e791a9418;p=pandora-kernel.git staging: et131x: Fix add_timer() from et131x_open The error_timer was only getting initialised and an initial jiffies value set following a probe. This could result in the timer needlessly expiring immediately after et131x_open is called. Now this is all done from the open call instead. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed