]> git.baikalelectronics.ru Git - kernel.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)
commit71a64544d9c80fb1a4cb89a30ecef00b14057ee3
treef06675ce7f97a0a18c9c07bbd3500f8e3d0d01cb
parentcce73e02181870c2cf009e313ff36c8896cb653f
[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