Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=034d65ed209f8525b1989dc3e6beca92fad57a7d
Commit:     034d65ed209f8525b1989dc3e6beca92fad57a7d
Parent:     3db78e59500a45e05cbe271c8e1ba5a2b7ce0ef8
Author:     Janne Grunau <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 08:48:40 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:04:02 2007 -0300

    V4L/DVB (5962): Fix line-break in err output
    
    line-breaks in dib0700-remote-query function fixed.
    
    Signed-off-by: Janne Grunau <[EMAIL PROTECTED]>
    Signed-off-by: Patrick Boettcher <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/dvb/dvb-usb/dib0700_devices.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c 
b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index a70fe75..0eca0fc 100644
--- a/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -274,7 +274,7 @@ static int dib0700_rc_query(struct dvb_usb_device *d, u32 
*event, int *state)
        *state = REMOTE_NO_KEY_PRESSED;
        i=dib0700_ctrl_rd(d,rc_request,2,key,4);
        if (i<=0) {
-               err("RC Query Failed\n");
+               err("RC Query Failed");
                return 0;
        }
        if (key[0]==0 && key[1]==0 && key[2]==0 && key[3]==0) return 0;
@@ -287,7 +287,7 @@ static int dib0700_rc_query(struct dvb_usb_device *d, u32 
*event, int *state)
                                return 0;
                        }
                }
-               err("Unknown remote controller key : %2X 
%2X\n",(int)key[2],(int)key[3]);
+               err("Unknown remote controller key : %2X 
%2X",(int)key[2],(int)key[3]);
        }
        return 0;
 }
-
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