diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-03-06 01:21:35 (GMT) |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-16 01:14:11 (GMT) |
commit | 4d3ac6662452060721599a3392bc2f524af984cb (patch) | |
tree | ce96ba06e0e2ecc0522bea8e6d9a9ccdb92a5772 /drivers/video | |
parent | e8087b5b90b2aa0a307e57e1a209a91d60da268b (diff) | |
download | linux-4d3ac6662452060721599a3392bc2f524af984cb.tar.xz |
clk: bcm2835: fix check of error code returned by devm_ioremap_resource()
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 <eric@anholt.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions