From: Alexander Kern <alex.kern@gmx.de>
To: "Antonino A. Daplas" <adaplas@hotpop.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH atyfb] Fix typo
Date: Wed, 10 Nov 2004 19:27:00 +0100 [thread overview]
Message-ID: <200411101927.01121.alex.kern@gmx.de> (raw)
[-- 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');
reply other threads:[~2004-11-10 18:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200411101927.01121.alex.kern@gmx.de \
--to=alex.kern@gmx.de \
--cc=adaplas@hotpop.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).