public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SIS: duplicate TV_PALN
@ 2008-08-19  3:15 roel kluin
  0 siblings, 0 replies; only message in thread
From: roel kluin @ 2008-08-19  3:15 UTC (permalink / raw)
  To: thomas, linux-kernel

untested, is it correct?
---
duplicate TV_PALN

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c
index 346d645..e251486 100644
--- a/drivers/video/sis/sis_main.c
+++ b/drivers/video/sis/sis_main.c
@@ -2113,7 +2113,7 @@ sisfb_detect_VB_connect(struct sis_video_info *ivideo)
 	   if( (!(ivideo->vbflags2 & VB2_SISBRIDGE)) &&
 	       (!((ivideo->sisvga_engine == SIS_315_VGA) &&
 			(ivideo->vbflags2 & VB2_CHRONTEL))) ) {
-	      if(ivideo->sisfb_tvstd & (TV_PALN | TV_PALN | TV_NTSCJ)) {
+	      if(ivideo->sisfb_tvstd & (TV_PALM | TV_PALN | TV_NTSCJ)) {
 		 ivideo->sisfb_tvstd = -1;
 		 printk(KERN_ERR "sisfb: PALM/PALN/NTSCJ not supported\n");
 	      }

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

only message in thread, other threads:[~2008-08-18 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19  3:15 [PATCH] SIS: duplicate TV_PALN roel kluin

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