Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8481a7506bc71622bb5bbd89bc89b2f38bff5ead
Commit:     8481a7506bc71622bb5bbd89bc89b2f38bff5ead
Parent:     6bdcc6e6dbab8daffd05e5026486f34ba41a6c72
Author:     Mike Isely <[EMAIL PROTECTED]>
AuthorDate: Fri Apr 27 12:31:31 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Apr 27 15:44:06 2007 -0300

    V4L/DVB (5367): Pvrusb2: (trivial) Fix too-wide source line
    
    Signed-off-by: Mike Isely <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/pvrusb2/pvrusb2-hdw.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c 
b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 9916cf3..504301e 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -3275,7 +3275,9 @@ int pvr2_hdw_register_access(struct pvr2_hdw *hdw,
        mutex_lock(&hdw->i2c_list_lock); do {
                list_for_each(item,&hdw->i2c_clients) {
                        cp = list_entry(item,struct pvr2_i2c_client,list);
-                       if (!v4l2_chip_match_i2c_client(cp->client, 
req.match_type, req.match_chip)) {
+                       if (!v4l2_chip_match_i2c_client(
+                                   cp->client,
+                                   req.match_type, req.match_chip)) {
                                continue;
                        }
                        stat = pvr2_i2c_client_cmd(
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to