提交 c1d28da7 编写于 作者: D David Kershner 提交者: 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: NDavid Kershner <david.kershner@unisys.com>
Reviewed-by: NTim Sell <timothy.sell@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册