linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH atyfb] Fix typo
@ 2004-11-10 18:27 Alexander Kern
  0 siblings, 0 replies; only message in thread
From: Alexander Kern @ 2004-11-10 18:27 UTC (permalink / raw)
  To: Antonino A. Daplas; +Cc: linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

Fix typo, and decrease amount of output


Signed-off-by: Alexander Kern <alex.kern@gmx.de>



[-- Attachment #2: atyfb_fix_typo.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

--- linux-2.6.head/drivers/video/aty/atyfb_base.c.orig	2004-11-07 17:14:57.000000000 +0100
+++ linux-2.6.head/drivers/video/aty/atyfb_base.c	2004-11-07 19:22:58.973917552 +0100
@@ -659,7 +659,7 @@
 	aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par);
 
 	DPRINTK("setting up CRTC\n");
-	PRINTKI("set primary CRT to %ix%i %c%c composite %c\n",
+	DPRINTK("set primary CRT to %ix%i %c%c composite %c\n",
 	    ((((crtc->h_tot_disp>>16) & 0xff) + 1)<<3), (((crtc->v_tot_disp>>16) & 0x7ff) + 1),
 	    (crtc->h_sync_strt_wid & 0x200000)?'N':'P', (crtc->v_sync_strt_wid & 0x200000)?'N':'P',
 	    (crtc->gen_cntl & CRTC_CSYNC_EN)?'P':'N');
@@ -692,7 +692,7 @@
 		aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |
 			(SHADOW_EN | SHADOW_RW_EN), par);
 
-		PRINTKI("set secondary CRT to %ix%i %c%c\n",
+		DPRINTK("set secondary CRT to %ix%i %c%c\n",
 		    ((((crtc->shadow_h_tot_disp>>16) & 0xff) + 1)<<3), (((crtc->shadow_v_tot_disp>>16) & 0x7ff) + 1),
 		    (crtc->shadow_h_sync_strt_wid & 0x200000)?'N':'P', (crtc->shadow_v_sync_strt_wid & 0x200000)?'N':'P');
 

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

only message in thread, other threads:[~2004-11-10 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10 18:27 [PATCH atyfb] Fix typo Alexander Kern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).