Loading arch/x86/kernel/sysfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static __init int sysfb_init(void) pd = platform_device_register_resndata(NULL, name, 0, NULL, 0, si, sizeof(*si)); return IS_ERR(pd) ? PTR_ERR(pd) : 0; return PTR_ERR_OR_ZERO(pd); } /* must execute after PCI subsystem for EFI quirks */ Loading Loading
arch/x86/kernel/sysfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static __init int sysfb_init(void) pd = platform_device_register_resndata(NULL, name, 0, NULL, 0, si, sizeof(*si)); return IS_ERR(pd) ? PTR_ERR(pd) : 0; return PTR_ERR_OR_ZERO(pd); } /* must execute after PCI subsystem for EFI quirks */ Loading