lkml.org 
[lkml]   [2010]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[024/103] V4L/DVB: gspca - sn9c20x: Bad transfer size of Bayer images
    2.6.35-stable review patch.  If anyone has any objections, please let us know.

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

    From: Jean-François Moine <moinejf@free.fr>

    commit 04d174e99a6eca2f62b56c10ae1d7d0499d83e9d upstream.

    As the end of frame marker does not contain any pixel, it must not be
    transferred.

    Reported-by: Ivo Jager <ivo.jager@siliconfields.net>
    Signed-off-by: Jean-François Moine <moinejf@free.fr>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/media/video/gspca/sn9c20x.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    --- a/drivers/media/video/gspca/sn9c20x.c
    +++ b/drivers/media/video/gspca/sn9c20x.c
    @@ -2368,8 +2368,7 @@ static void sd_pkt_scan(struct gspca_dev
    (data[33] << 10);
    avg_lum >>= 9;
    atomic_set(&sd->avg_lum, avg_lum);
    - gspca_frame_add(gspca_dev, LAST_PACKET,
    - data, len);
    + gspca_frame_add(gspca_dev, LAST_PACKET, NULL, 0);
    return;
    }
    if (gspca_dev->last_packet_type == LAST_PACKET) {

    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2010-10-22 20:59    [W:4.035 / U:0.896 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site