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)
commitce4b3c55475e451cb489e857640396c37ca88974
treeaf906466da35c20c24f1bf841596fe414bf8683f
parente349792a385ed47390d156155b1a1e19af1bf163
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