2015-04-16 21:18 GMT+09:00 <[email protected]>: > From: Wei Yongjun <[email protected]> > > 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 <[email protected]> > --- > sound/soc/samsung/s3c24xx-i2s.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Good catch. Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
