Commit c1d28da7 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging; unisys: visorbus: replace uint32 with int

Shouldn't use uint32 in the kernel, it can be replaced with int here.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54149b4c
......@@ -1969,7 +1969,7 @@ static struct acpi_driver unisys_acpi_driver = {
MODULE_DEVICE_TABLE(acpi, unisys_device_ids);
static __init uint32_t visorutil_spar_detect(void)
static __init int visorutil_spar_detect(void)
{
unsigned int eax, ebx, ecx, edx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment