Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d8f69971d8d6c137e42928492f8d469078113db9
Commit:     d8f69971d8d6c137e42928492f8d469078113db9
Parent:     36e05a44756efe562ad1f49ada9bd6a598242828
Author:     Mauro Carvalho Chehab <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 17 10:35:59 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:03:50 2008 -0200

    V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commits
    
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/cx88/cx88-blackbird.c |   10 ++++------
 drivers/media/video/cx88/cx88-video.c     |    2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/drivers/media/video/cx88/cx88-blackbird.c 
b/drivers/media/video/cx88/cx88-blackbird.c
index d83facf..5f79442 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -594,13 +594,11 @@ static int blackbird_start_codec(struct file *file, void 
*priv)
        int lastchange = -1;
        int lastval = 0;
 
-       for (i=0; (i < 10) && (i < (lastchange + 4)); i++)
-       {
+       for (i = 0; (i < 10) && (i < (lastchange + 4)); i++) {
                reg = cx_read(AUD_STATUS);
 
-               dprintk(1,"AUD_STATUS:%dL: 0x%x\n", i, reg);
-               if ((reg & 0x0F) != lastval)
-               {
+               dprintk(1, "AUD_STATUS:%dL: 0x%x\n", i, reg);
+               if ((reg & 0x0F) != lastval) {
                        lastval = reg & 0x0F;
                        lastchange = i;
                }
@@ -610,7 +608,7 @@ static int blackbird_start_codec(struct file *file, void 
*priv)
        /* unmute audio source */
        cx_clear(AUD_VOL_CTL, (1 << 6));
 
-       blackbird_api_cmd(dev, CX2341X_ENC_REFRESH_INPUT, 0,0);
+       blackbird_api_cmd(dev, CX2341X_ENC_REFRESH_INPUT, 0, 0);
 
        /* initialize the video input */
        blackbird_api_cmd(dev, CX2341X_ENC_INITIALIZE_INPUT, 0, 0);
diff --git a/drivers/media/video/cx88/cx88-video.c 
b/drivers/media/video/cx88/cx88-video.c
index c8a5cd5..7f1931a 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -421,7 +421,7 @@ int cx88_video_mux(struct cx88_core *core, unsigned int 
input)
 
                        route.input = INPUT(input).audioroute;
                        cx88_call_i2c_clients(core,
-                               VIDIOC_INT_S_AUDIO_ROUTING,&route);
+                               VIDIOC_INT_S_AUDIO_ROUTING, &route);
 
                }
 
-
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