]> git.baikalelectronics.ru Git - kernel.git/commit
hpwdt: Only BYTE reads/writes to WD Timer port 0x72
authorMingarelli, Thomas <Thomas.Mingarelli@hp.com>
Tue, 3 Apr 2012 05:37:01 +0000 (05:37 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 26 Apr 2012 12:38:07 +0000 (14:38 +0200)
commit7b9040d013cfe0e923013ca08428a64b9ba7b048
tree2ed5083a7509cb66727ba77685820b2f02f19af6
parentbf90bdb1cb2e9e3ed77c9a8f68938bffc2fdd839
hpwdt: Only BYTE reads/writes to WD Timer port 0x72

This patch is to correct the use of the iLO port 0x72 usage.
The port 0x72 is a byte size write/read and hpwdt is currently
writing a WORD.

Signed-off by: Thomas Mingarelli <thomas.mingarelli@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/hpwdt.c