diff for duplicates of <20200210144110.GA1778@kadam> diff --git a/a/1.txt b/N1/1.txt index 0c5a92e..e02807e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On Mon, Feb 10, 2020 at 02:26:46PM +0000, Colin King wrote: > @@ -470,10 +470,11 @@ static int tda10071_read_status(struct dvb_frontend *fe, enum fe_status *status) > goto error; > -> if (dev->delivery_system = SYS_DVBS) { +> if (dev->delivery_system == SYS_DVBS) { > - dev->dvbv3_ber = buf[0] << 24 | buf[1] << 16 | > - buf[2] << 8 | buf[3] << 0; > - dev->post_bit_error += buf[0] << 24 | buf[1] << 16 | diff --git a/a/content_digest b/N1/content_digest index a21686f..1eaf71c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020200210142646.431957-1-colin.king@canonical.com\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH] media: tda10071: fix unsigned sign extension overflow\0" - "Date\0Mon, 10 Feb 2020 14:41:11 +0000\0" + "Date\0Mon, 10 Feb 2020 17:41:11 +0300\0" "To\0Colin King <colin.king@canonical.com>\0" "Cc\0Antti Palosaari <crope@iki.fi>" Mauro Carvalho Chehab <mchehab@kernel.org> @@ -36,7 +36,7 @@ "> @@ -470,10 +470,11 @@ static int tda10071_read_status(struct dvb_frontend *fe, enum fe_status *status)\n" "> \t\t\tgoto error;\n" "> \n" - "> \t\tif (dev->delivery_system = SYS_DVBS) {\n" + "> \t\tif (dev->delivery_system == SYS_DVBS) {\n" "> -\t\t\tdev->dvbv3_ber = buf[0] << 24 | buf[1] << 16 |\n" "> -\t\t\t\t\t buf[2] << 8 | buf[3] << 0;\n" "> -\t\t\tdev->post_bit_error += buf[0] << 24 | buf[1] << 16 |\n" @@ -50,4 +50,4 @@ "regards,\n" dan carpenter -f7326ce7cbbba31995b9bed9f3928413a82ff72711d9aa3b9d2348f70455a07e +07a23199bc15e0ad9e2214ff383e3f1a85b55d5222ea1e565d7f528b66b384a5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.