From: H Hartley Sweeten Date: Fri, 30 Nov 2012 01:20:19 +0000 (-0700) Subject: staging: comedi: addi_apci_2032: fix the watchdog timer subdevice X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fb174746057b6d13539735241390eb9e3fdb46;p=pandora-kernel.git staging: comedi: addi_apci_2032: fix the watchdog timer subdevice The watchdog timer on this board functions exactly like the one on the apci_1516 board. Fix the i_APCI2032_StartStopWriteWatchdog and i_APCI2032_ConfigWatchdo functions so that the watchdog follows the comedi API. Rename the CamelCase function i_APCI2032_StartStopWriteWatchdog to apci2032_wdog_insn_writ. This function is used to "ping" the watchdog. Rename the CamelCase function i_APCI2032_ConfigWatchdog to apci2032_wdog_insn_config. This function is used to enable/disable the watchdog and set the timeout. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed