Re: [PATCH] drm/tve200: Check for IS_ERR instead of NULL in probe

2017-09-30 Thread Linus Walleij
On Mon, Sep 25, 2017 at 12:25 PM, Dan Carpenter wrote: > devm_ioremap_resource() returns error pointer, it never returns NULL on > error. > > Fixes: 179c02fe90a4 ("drm/tve200: Add new driver for TVE200") > Signed-off-by: Dan Carpenter Patch applied. Yours, Linus Walleij ___

Re: [PATCH] drm/tve200: Check for IS_ERR instead of NULL in probe

2017-09-25 Thread Linus Walleij
On Mon, Sep 25, 2017 at 12:25 PM, Dan Carpenter wrote: > devm_ioremap_resource() returns error pointer, it never returns NULL on > error. > > Fixes: 179c02fe90a4 ("drm/tve200: Add new driver for TVE200") > Signed-off-by: Dan Carpenter Reviewed-by: Linus Walleij I am travelling right now but w