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)
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>

No differences found