diff for duplicates of <20200528124957.GD1219412@mwanda> diff --git a/a/1.txt b/N1/1.txt index a7f5083..670c7cb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,8 +33,8 @@ index 6b1d3df4b9bae..9e3c6b36cde89 100644 /* Tell uP to route control queue completions to rdma rspq */ - if (adap->flags & CXGB4_FULL_INIT_DONE && -- !ret && uld_type = CXGB4_ULD_RDMA) { -+ if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type = CXGB4_ULD_RDMA) { +- !ret && uld_type == CXGB4_ULD_RDMA) { ++ if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { struct sge *s = &adap->sge; unsigned int cmplqid; u32 param, cmdop; diff --git a/a/content_digest b/N1/content_digest index a366918..0d6a85a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH net-next] cxgb4: cleanup error code in setup_sge_queues_uld()\0" - "Date\0Thu, 28 May 2020 12:49:57 +0000\0" + "Date\0Thu, 28 May 2020 15:49:57 +0300\0" "To\0Vishal Kulkarni <vishal@chelsio.com>\0" "Cc\0David S. Miller <davem@davemloft.net>" Jakub Kicinski <kuba@kernel.org> @@ -43,12 +43,12 @@ " \n" " \t/* Tell uP to route control queue completions to rdma rspq */\n" "-\tif (adap->flags & CXGB4_FULL_INIT_DONE &&\n" - "-\t !ret && uld_type = CXGB4_ULD_RDMA) {\n" - "+\tif (adap->flags & CXGB4_FULL_INIT_DONE && uld_type = CXGB4_ULD_RDMA) {\n" + "-\t !ret && uld_type == CXGB4_ULD_RDMA) {\n" + "+\tif (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) {\n" " \t\tstruct sge *s = &adap->sge;\n" " \t\tunsigned int cmplqid;\n" " \t\tu32 param, cmdop;\n" "-- \n" 2.26.2 -dbfb2059c8aa17df750c3446ad0c327a598d662bcfb36abe26f6747e2843e435 +42f85a43d2992bbec00be7bf8735ced49a1bacbb08afd0974746154a25bef103
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.