RE: [PATCH -next v2] net: hns: fix return value check in hns_dsaf_get_cfg()

2016-09-06 Thread Salil Mehta
: Re: [PATCH -next v2] net: hns: fix return value check in > hns_dsaf_get_cfg() > > From: Salil Mehta <salil.me...@huawei.com> > Date: Mon, 5 Sep 2016 14:20:33 + > > > This patch will conflict with Doug Ledford's hns-roce's HNS driver. > > This might lead to pr

Re: [PATCH -next v2] net: hns: fix return value check in hns_dsaf_get_cfg()

2016-09-05 Thread David Miller
From: Salil Mehta Date: Mon, 5 Sep 2016 14:20:33 + > This patch will conflict with Doug Ledford's hns-roce's HNS driver. > This might lead to problems later during this merge window of 4.9. You don't need to say this three times. These changes will not be reverted,

RE: [PATCH -next v2] net: hns: fix return value check in hns_dsaf_get_cfg()

2016-09-05 Thread Salil Mehta
Hello, This patch will conflict with Doug Ledford's hns-roce's HNS driver. This might lead to problems later during this merge window of 4.9. Therefore, Please re-submit it later. The patch files it has are Directly conflicting with RoCE patches: [PATCH for-next 1/2] net: hns: Add support of

Re: [PATCH -next v2] net: hns: fix return value check in hns_dsaf_get_cfg()

2016-07-05 Thread David Miller
From: weiyj...@163.com Date: Tue, 5 Jul 2016 07:56:52 + > From: Wei Yongjun > > In case of error, function devm_ioremap_resource() returns ERR_PTR() > and never returns NULL. The NULL test in the return value check should > be replaced with IS_ERR(). > >