summaryrefslogtreecommitdiff
path: root/drivers/acpi/resources/rscalc.c
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2007-05-11 18:59:24 (GMT)
committerWim Van Sebroeck <wim@iguana.be>2007-05-11 18:59:24 (GMT)
commit0d4804b31f91cfbcff6d62af0bc09a893a1c8ae0 (patch)
treefb86bcf061d17cfa6924ac08dccd242d8424201a /drivers/acpi/resources/rscalc.c
parent04bf3b4f5fc033adf921f2e57d034ddbebef5fe7 (diff)
downloadlinux-fsl-qoriq-0d4804b31f91cfbcff6d62af0bc09a893a1c8ae0.tar.xz
[WATCHDOG] iTCO_wdt.c - fix ACPI Base register
The ACPI/PM base I/O address which is the base for the TCO registers is defined as bits [15:7] (highest bit is 31, lowest is 0) The code however only reads bits [14:7]. So base_address &= 0x00007f80; needs to be: base_address &= 0x0000ff80; This patch fixes this. Signed-off-by: Ate Wijma <ajwijma@hotmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/acpi/resources/rscalc.c')
0 files changed, 0 insertions, 0 deletions