]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] IPMI: remove invalid acpi register spacing check
authorRocky Craig <rocky.craig@hp.com>
Wed, 1 Feb 2006 11:04:58 +0000 (03:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:11 +0000 (08:53 -0800)
commit94f91def998efe3b79780f3b39b6c87d390dbe4c
treef06675ce7f97a0a18c9c07bbd3500f8e3d0d01cb
parent386093ef9a6c88576d8b418bf1c8616d5e410a20
[PATCH] IPMI: remove invalid acpi register spacing check

At the 2.6.12 timeframe ipmi_si_intf.c was patched to provide default
register spacings in try_init_acpi() if the register spacing was set to
zero, similar to code in other routines.

Unfortunately, another patch was simultaneously added that exits early from
try_init_acpi() if the register spacings are set to zero, circumventing the
new defaults.  This patch removes the early exit code and some incorrect
comments that aren't present in other common code snippets.

Signed-off-by: Rocky Craig <rocky.craig@hp.com>
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ipmi/ipmi_si_intf.c