From: H Hartley Sweeten Date: Fri, 29 Jun 2012 17:59:55 +0000 (-0700) Subject: staging: comedi: das_08: remove the cached 8254 'mode' X-Git-Tag: v3.6-rc1~100^2~443 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba9d4aa4e55547894d4625bc3f99bab2016a6c8;p=pandora-kernel.git staging: comedi: das_08: remove the cached 8254 'mode' The driver initially sets all the cached 'mode' values for the 8254 timers to (I8254_MODE0 | I8254_BINARY). It then sets the timers to that 'mode'. Configuring the counters with the comedi INSN_CONFIG_SET_COUNTER_MODE updates the 'mode' and then sets the timers to the 'mode'. The cached value is never read or used other than for storage. Just remove the 'mode' usage as it serves no purpose. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed