[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1314043384-6148-1-git-send-email-tom.lane0@gmail.com>
Date: Mon, 22 Aug 2011 21:03:04 +0100
From: Tom Lane <tom.lane0@...il.com>
To: airlied@...hat.com
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Tom Lane <tom.lane0@...il.com>
Subject: [PATCH] Drivers Gpu: Vga driver: fixed a brace issue.
fixed a coding style error in vga driver and removed following whitespace.
Signed-off-by: Tom Lane <tom.lane0@...il.com>
---
drivers/gpu/vga/vgaarb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/vga/vgaarb.c b/drivers/gpu/vga/vgaarb.c
index c72f1c0..c5b5375 100644
--- a/drivers/gpu/vga/vgaarb.c
+++ b/drivers/gpu/vga/vgaarb.c
@@ -285,9 +285,9 @@ enable_them:
pci_set_vga_state(vgadev->pdev, true, pci_bits, flags);
- if (!vgadev->bridge_has_one_vga) {
+ if (!vgadev->bridge_has_one_vga)
vga_irq_set_state(vgadev, true);
- }
+
vgadev->owns |= (wants & vgadev->decodes);
lock_them:
vgadev->locks |= (rsrc & VGA_RSRC_LEGACY_MASK);
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists