Mac Mini has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49070 )
Change subject: Fixes for linter ......................................................................
Fixes for linter
Change-Id: Id17642fc4db3dd78a51bd62ca2669f9bbe7f31d2 --- M src/mainboard/apple/macmini5_1/mainboard.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/49070/1
diff --git a/src/mainboard/apple/macmini5_1/mainboard.c b/src/mainboard/apple/macmini5_1/mainboard.c index c52d3e2..e90d85e 100755 --- a/src/mainboard/apple/macmini5_1/mainboard.c +++ b/src/mainboard/apple/macmini5_1/mainboard.c @@ -7,9 +7,9 @@ static void mainboard_enable(struct device *dev) { install_intel_vga_int15_handler( - GMA_INT15_ACTIVE_LFP_NONE, - GMA_INT15_PANEL_FIT_DEFAULT, - GMA_INT15_BOOT_DISPLAY_DEFAULT, + GMA_INT15_ACTIVE_LFP_NONE, + GMA_INT15_PANEL_FIT_DEFAULT, + GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); }