From: Filipe Rosset <rosset.filipe@gmail.com>
To: linux-media@vger.kernel.org
Cc: Douglas Schilling Landgraf <dougsland@gmail.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH 1/2] em28xx: Convert printks to em28xx_err
Date: Mon, 28 Sep 2009 12:03:34 -0300 [thread overview]
Message-ID: <4AC0D046.5000701@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: Convert_printks_to_em28xx_err.diff --]
[-- Type: text/plain, Size: 883 bytes --]
em28xx: Convert printks to em28xx_err
From: Filipe Rosset <rosset.filipe@gmail.com>
Convert printks to em28xx_err
Priority: normal
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
diff -r 6b7617d4a0be linux/drivers/media/video/em28xx/em28xx-audio.c
--- a/linux/drivers/media/video/em28xx/em28xx-audio.c Sat Sep 26 13:45:03 2009 -0300
+++ b/linux/drivers/media/video/em28xx/em28xx-audio.c Mon Sep 28 10:49:25 2009 -0300
@@ -335,7 +335,7 @@
dprintk("opening device and trying to acquire exclusive lock\n");
if (!dev) {
- printk(KERN_ERR "BUG: em28xx can't find device struct."
+ em28xx_err("BUG: em28xx can't find device struct."
" Can't proceed with open\n");
return -ENODEV;
}
@@ -367,7 +367,7 @@
return 0;
err:
- printk(KERN_ERR "Error while configuring em28xx mixer\n");
+ em28xx_err("Error while configuring em28xx mixer\n");
return ret;
}
reply other threads:[~2009-09-28 15:03 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=4AC0D046.5000701@gmail.com \
--to=rosset.filipe@gmail.com \
--cc=dougsland@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.