[PATCH] clk: bcm2835: fix check of error code returned by devm_ioremap_resource()
From: Eric Anholt <hidden>
Date: 2016-03-07 23:27:47
Also in:
linux-clk
From: Eric Anholt <hidden>
Date: 2016-03-07 23:27:47
Also in:
linux-clk
Vladimir Zapolskiy [off-list ref] writes:
The change fixes potential oops while accessing iomem on invalid
address, if devm_ioremap_resource() fails due to some reason.
The devm_ioremap_resource() function returns ERR_PTR() and never
returns NULL, which makes useless a following check for NULL.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Fixes: 5e63dcc74b30 ("clk: bcm2835: Add a driver for the auxiliary peripheral clock gates")Reviewed-by: Eric Anholt <redacted> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160307/8e3b3375/attachment.sig>