From 219c34f5a9ab04123e272f312d2ea81cb2277e17 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Sun, 9 Aug 2020 22:54:07 +0000 Subject: [PATCH] Update bbswitch.c --- bbswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbswitch.c b/bbswitch.c index fa4ed2f..f3c86f0 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -287,7 +287,7 @@ static void bbswitch_on(void) { return; pr_info("enabling discrete graphics\n"); - + pci_bridge_secondary_bus_reset(dis_dev); if (bbswitch_acpi_on()) pr_warn("The discrete card could not be enabled by a _DSM call\n");