Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;