diff options
| author | Stas Sergeev <stsp@aknet.ru> | 2008-04-23 11:16:38 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:38:19 -0400 |
| commit | efd89d9dcf75ab0a31b200db0ae4ae19cad25e48 (patch) | |
| tree | 09569b55c1641ce58139f3df79dbc7265772e7c1 | |
| parent | 73bdd2ad7aac70456494c4a1d93f99fe88184dba (diff) | |
[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warning
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
(fixed invalid KERN_WARNING by tiwai)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/drivers/pcsp/pcsp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sound/drivers/pcsp/pcsp.c b/sound/drivers/pcsp/pcsp.c index d8f96219fd36..59203511e77d 100644 --- a/sound/drivers/pcsp/pcsp.c +++ b/sound/drivers/pcsp/pcsp.c | |||
| @@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init(struct device *dev) | |||
| 147 | 147 | ||
| 148 | #ifdef CONFIG_DEBUG_PAGEALLOC | 148 | #ifdef CONFIG_DEBUG_PAGEALLOC |
| 149 | /* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */ | 149 | /* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */ |
| 150 | printk(KERN_WARNING | 150 | printk(KERN_WARNING "PCSP: CONFIG_DEBUG_PAGEALLOC is enabled, " |
| 151 | "PCSP: Warning, CONFIG_DEBUG_PAGEALLOC is enabled!\n" | 151 | "which may make the sound noisy.\n"); |
| 152 | "You have to disable it if you want to use the PC-Speaker " | ||
| 153 | "driver.\n" | ||
| 154 | "Unless it is disabled, enjoy the horrible, distorted " | ||
| 155 | "and crackling noise.\n"); | ||
| 156 | #endif | 152 | #endif |
| 157 | 153 | ||
| 158 | return 0; | 154 | return 0; |
