diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-07-09 22:19:29 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-13 12:16:33 +0100 |
commit | 2dfbe9afcda3243dd309826cbbb8ae9e9f602006 (patch) | |
tree | 0c86bab57007a317e9d07558b00fb8c4b3edd4bb /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | a18da49ff3ec849c4584ae3abe2b83ff50705ace (diff) |
ASoC: zx: spdif: Fix devm_ioremap_resource return value check
Value returned by devm_ioremap_resource() was checked for non-NULL but
devm_ioremap_resource() returns IOMEM_ERR_PTR, not NULL. In case of
error this could lead to dereference of ERR_PTR.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions