From: Ivan Vecera Date: Thu, 21 Apr 2011 00:20:04 +0000 (+0000) Subject: be2net: increment work_counter in be_worker X-Git-Tag: v2.6.39-rc6~7^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74fbd030223e29d269f4be17e3dce6de38f4c28;p=pandora-kernel.git be2net: increment work_counter in be_worker The commit 609ff3b ("be2net: add code to display temperature of ASIC") adds support to display temperature of ASIC but there is missing increment of work_counter in be_worker. Because of this 1) the function be_cmd_get_die_temperature is called every 1 second instead of every 32 seconds 2) be_cmd_get_die_temperature is called, although it is not supported. This patch fixes this bug. Signed-off-by: Ivan Vecera Signed-off-by: David S. Miller --- Reading git-diff-tree failed