The patch number 13289 was added via Douglas Schilling Landgraf 
<dougsl...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Filipe Rosset  <rosset.fil...@gmail.com>
em28xx-audio: Convert printks to em28xx_err


Convert printks to em28xx_err.

Priority: normal

Signed-off-by: Filipe Rosset <rosset.fil...@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>


---

 linux/drivers/media/video/em28xx/em28xx-audio.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r 6bd10552580f -r 97ca9a730d0a 
linux/drivers/media/video/em28xx/em28xx-audio.c
--- a/linux/drivers/media/video/em28xx/em28xx-audio.c   Wed Nov 04 13:28:33 
2009 -0500
+++ b/linux/drivers/media/video/em28xx/em28xx-audio.c   Wed Nov 04 13:31:25 
2009 -0500
@@ -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;
 }
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/97ca9a730d0ab4bd69938e732940fb2c0746f844

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to