]> git.baikalelectronics.ru Git - kernel.git/commit
PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sat, 18 Apr 2009 11:44:57 +0000 (13:44 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 12 Jun 2009 19:32:29 +0000 (21:32 +0200)
commitf97262c0f54c80dccab913098c16dadfdb2033c8
treeaf906466da35c20c24f1bf841596fe414bf8683f
parent38aed814dde817a7e12d4448b4ba7095bf2e9065
PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.c

One of the numbers in arch/x86/kernel/acpi/sleep.c is long, but it is
not annotated appropriately, so sparese warns about it.  Fix that.

[rjw: added the changelog.]

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/x86/kernel/acpi/sleep.c