diff for duplicates of <20170127080622.GA4153@mwanda> diff --git a/a/1.txt b/N1/1.txt index c4b5f95..2158bd0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ index 5a71e1791cf5..0db4de3a2285 100644 @@ -226,11 +226,12 @@ int mantis_dvb_init(struct mantis_pci *mantis) goto err5; } else { - if (mantis->fe = NULL) { + if (mantis->fe == NULL) { + result = -ENOMEM; dprintk(MANTIS_ERROR, 1, "FE <NULL>"); goto err5; diff --git a/a/content_digest b/N1/content_digest index be82e16..24b61a6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] [media] mantis_dvb: fix some error codes in mantis_dvb_init()\0" - "Date\0Fri, 27 Jan 2017 08:06:22 +0000\0" + "Date\0Fri, 27 Jan 2017 11:06:22 +0300\0" "To\0Mauro Carvalho Chehab <mchehab@kernel.org>\0" "Cc\0linux-media@vger.kernel.org" " kernel-janitors@vger.kernel.org\0" @@ -21,7 +21,7 @@ "@@ -226,11 +226,12 @@ int mantis_dvb_init(struct mantis_pci *mantis)\n" " \t\t\tgoto err5;\n" " \t\t} else {\n" - " \t\t\tif (mantis->fe = NULL) {\n" + " \t\t\tif (mantis->fe == NULL) {\n" "+\t\t\t\tresult = -ENOMEM;\n" " \t\t\t\tdprintk(MANTIS_ERROR, 1, \"FE <NULL>\");\n" " \t\t\t\tgoto err5;\n" @@ -34,4 +34,4 @@ " \n" " \t\t\t\tif (mantis->fe->ops.release)" -1fcef6f980b05e46d1e963c9bff954db968be81e40848e4cc988e2051747f998 +9e57cba644b863de492ce5b315370341bae5191b9656bdbbc491eaf4ce761aba
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.