This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] gl860: Use current logging styles
Author:  Joe Perches <[email protected]>
Date:    Sun Aug 21 19:56:51 2011 -0300

Add pr_fmt.
Convert err macro use to pr_err.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/gspca/gl860/gl860.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=d650fc30c0328eceb0e48f348e01e073b5a7f1f6

diff --git a/drivers/media/video/gspca/gl860/gl860.c 
b/drivers/media/video/gspca/gl860/gl860.c
index e8e071a..2ced3b7 100644
--- a/drivers/media/video/gspca/gl860/gl860.c
+++ b/drivers/media/video/gspca/gl860/gl860.c
@@ -18,6 +18,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include "gspca.h"
 #include "gl860.h"
 
@@ -572,9 +575,8 @@ int gl860_RTx(struct gspca_dev *gspca_dev,
        }
 
        if (r < 0)
-               err("ctrl transfer failed %4d "
-                       "[p%02x r%d v%04x i%04x len%d]",
-                       r, pref, req, val, index, len);
+               pr_err("ctrl transfer failed %4d [p%02x r%d v%04x i%04x 
len%d]\n",
+                      r, pref, req, val, index, len);
        else if (len > 1 && r < len)
                PDEBUG(D_ERR, "short ctrl transfer %d/%d", r, len);
 

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to