Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1330959 > unrolled thread

Re: [PATCH] MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()

Started byRalf Baechle <ralf@linux-mips.org>
First post2016-02-10 10:10 +0100
Last post2016-02-10 10:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] MIPS: pci-mt7620: Fix return value check in  mt7620_pci_probe() Ralf Baechle <ralf@linux-mips.org> - 2016-02-10 10:10 +0100

#1330959 — Re: [PATCH] MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()

FromRalf Baechle <ralf@linux-mips.org>
Date2016-02-10 10:10 +0100
SubjectRe: [PATCH] MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()
Message-ID<r0yWC-dc-17@gated-at.bofh.it>
On Sat, Feb 06, 2016 at 04:40:03PM +0100, John Crispin wrote:

> On 06/02/2016 15:24, weiyj_lk@163.com wrote:
> > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > 
> > In case of error, the 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().
> > 
> > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Hi,
> 
> thanks for the fix.
> 
> Acked-by: John Crispin <blogic@openwrt.org>
> 
> @Ralf: can you merge this via LMO with the next PR please ?
> 
> @mbgg: ignore the patch please it is for the legacy MIPS SoCs

Applied.  Thanks folks,

  Ralf

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web