mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Drivers Gpu: Vga driver: fixed a brace issue.
@ 2011-08-22 20:03 Tom Lane
  0 siblings, 0 replies; only message in thread
From: Tom Lane @ 2011-08-22 20:03 UTC (permalink / raw)
  To: airlied; +Cc: akpm, linux-kernel, Tom Lane

fixed a coding style error in vga driver and removed following whitespace.

Signed-off-by: Tom Lane <tom.lane0@gmail.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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-22 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-22 20:03 [PATCH] Drivers Gpu: Vga driver: fixed a brace issue Tom Lane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®