This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Upstream + V4L/DVB patches for linux-next".

The branch, master has been updated
       via  27ef7e4450b8b9a957799cc91caacfc01790d7d1 (commit)
       via  560aedea7d82878d4f501222328b230dfe7e080a (commit)
       via  130f5d5358a9da28692a11e00c8c015a8d85f124 (commit)
       via  be000fa0e6707bfa901b5b0bc31f4cf24af530de (commit)
       via  5a91209c4cf50b22c45361719d657ef70ea4569d (commit)
       via  541921da937fded5fe9247a43994e069c142ea6c (commit)
       via  92ade54905188fc6b9a164a02164be332f5259e0 (commit)
       via  75cc1127a5c852540531f427c8cd53d5d0b05ff5 (commit)
      from  5c5032bccdcb9c929a42b750d90f155aba2e0e8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 27ef7e4450b8b9a957799cc91caacfc01790d7d1
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 14:35:03 2010 -0300

    V4L/DVB: dib0090: cleanup dib0090_dcc_freq()
    
    'extern' is not needed at function definition.
    
    This will remove the following sparse warning (see "make C=1"):
     * function 'dib0090_dcc_freq' with external linkage has definition
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 560aedea7d82878d4f501222328b230dfe7e080a
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 14:08:39 2010 -0300

    V4L/DVB: bt819: cleanup v4l2_subdev_notify() parameters
    
    The 3rd parameter v4l2_subdev_notify() is passed to the notify() callback
    which is a pointer, see <media/v4l2-subdev.h> and <media/v4l2-device.h>.
    
    This will remove the following sparse warning (see "make C=1"):
     * Using plain integer as NULL pointer
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 130f5d5358a9da28692a11e00c8c015a8d85f124
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 13:41:43 2010 -0300

    V4L/DVB: stv0900: make more local functions static
    
    Some functions are only used locally so mark them static.
    
    This will remove the following sparse warnings (see "make C=1"):
     * symbol 'extract_mask_pos' was not declared. Should it be static?
     * symbol 'stv0900_initialize' was not declared. Should it be static?
     * symbol 'stv0900_get_mclk_freq' was not declared. Should it be static?
     * symbol 'stv0900_set_mclk' was not declared. Should it be static?
     * symbol 'stv0900_get_err_count' was not declared. Should it be static?
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit be000fa0e6707bfa901b5b0bc31f4cf24af530de
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 13:35:36 2010 -0300

    V4L/DVB: stv0900: make local functions static
    
    The functions stv0900_sw_algo() and stv0900_set_dvbs1_track_car_loop() are 
only used
    locally so mark them static.
    
    This will remove the following sparse warnings (see "make C=1"):
     * symbol 'stv0900_sw_algo' was not declared. Should it be static?
     * symbol 'stv0900_set_dvbs1_track_car_loop' was not declared. Should it be 
static?
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 5a91209c4cf50b22c45361719d657ef70ea4569d
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 13:21:59 2010 -0300

    V4L/DVB: cx231xx: cleanup dvb_attach() return value handling
    
    Remove the following sparse error (see "make C=1"):
     * error: incompatible types for operation (<)
           left side has type struct dvb_frontend *
           right side has type int
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 541921da937fded5fe9247a43994e069c142ea6c
Author: Thiago Farina <tfrans...@gmail.com>
Date:   Sat Jan 16 10:25:38 2010 -0300

    V4L/DVB: dvb-core: remove unnecessary casting of kmalloc
    
    drivers/media/dvb/dvb-core/dvb_frontend.c |    6 ++----
    
    Signed-off-by: Thiago Farina <tfrans...@gmail.com>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 92ade54905188fc6b9a164a02164be332f5259e0
Author: Márton Németh <nm...@freemail.hu>
Date:   Sat Jan 16 05:11:07 2010 -0300

    V4L/DVB: zoran: cleanup pointer condition
    
    Remove the following sparse warning (see "make C=1"):
     * warning: Using plain integer as NULL pointer
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 75cc1127a5c852540531f427c8cd53d5d0b05ff5
Author: Ben Hutchings <b...@decadent.org.uk>
Date:   Wed Jan 13 20:43:58 2010 -0300

    V4L/DVB: dabusb: declare MODULE_FIRMWARE
    
    Signed-off-by: Ben Hutchings <b...@decadent.org.uk>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 drivers/media/dvb/dvb-core/dvb_frontend.c  |    6 ++----
 drivers/media/dvb/frontends/dib0090.c      |    2 +-
 drivers/media/dvb/frontends/stv0900_core.c |   10 +++++-----
 drivers/media/dvb/frontends/stv0900_sw.c   |    4 ++--
 drivers/media/video/bt819.c                |   10 +++++-----
 drivers/media/video/cx231xx/cx231xx-dvb.c  |    8 ++++----
 drivers/media/video/dabusb.c               |    2 ++
 drivers/media/video/zoran/zoran_driver.c   |    2 +-
 8 files changed, 22 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Upstream + V4L/DVB patches for linux-next

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

Reply via email to