diff options
| author | 2024-09-03 07:42:58 +0200 | |
|---|---|---|
| committer | 2024-09-03 07:42:58 +0200 | |
| commit | 35f4a629641b812e04fadef087da5d6af59e32d7 (patch) | |
| tree | 9cd5010ed6c0bf18cb631e60149a16ecccd9e0f3 /drivers/of/platform.c | |
| parent | usb: roles: add lockdep class key to struct usb_role_switch (diff) | |
| parent | Linux 6.11-rc6 (diff) | |
| download | wireguard-linux-35f4a629641b812e04fadef087da5d6af59e32d7.tar.xz wireguard-linux-35f4a629641b812e04fadef087da5d6af59e32d7.zip | |
Merge 6.11-rc6 into usb-next
We need the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/of/platform.c')
| -rw-r--r-- | drivers/of/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 389d4ea6bfc1..ef622d41eb5b 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -592,7 +592,7 @@ static int __init of_platform_default_populate_init(void) * This can happen for example on DT systems that do EFI * booting and may provide a GOP handle to the EFI stub. */ - sysfb_disable(); + sysfb_disable(NULL); of_platform_device_create(node, NULL, NULL); of_node_put(node); } |
