Re: [PATCH -next] ipack: tpci200: fix error return code in tpci200_register()

2020-05-15 Thread Greg Kroah-Hartman
On Thu, May 07, 2020 at 04:34:06PM +0200, Samuel Iglesias Gonsálvez wrote: > Hello Wei, > > Thanks for the patch! > > Patch is, > > Acked-by: Samuel Iglesias Gonsalvez > > Greg, Would you mind picking this patch series through your char-misc > tree? Sure, will do. greg k-h

Re: [PATCH -next] ipack: tpci200: fix error return code in tpci200_register()

2020-05-07 Thread Samuel Iglesias Gonsálvez
Hello Wei, Thanks for the patch! Patch is, Acked-by: Samuel Iglesias Gonsalvez Greg, Would you mind picking this patch series through your char-misc tree? Thanks! Sam On Thu, 2020-05-07 at 09:42 +, Wei Yongjun wrote: > Fix to return negative error code -ENOMEM from the ioremap() error

[PATCH -next] ipack: tpci200: fix error return code in tpci200_register()

2020-05-07 Thread Wei Yongjun
Fix to return negative error code -ENOMEM from the ioremap() error handling case instead of 0, as done elsewhere in this function. Fixes: 43986798fd50 ("ipack: add error handling for ioremap_nocache") Reported-by: Hulk Robot Signed-off-by: Wei Yongjun --- drivers/ipack/carriers/tpci200.c | 1 +