aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJiasheng Jiang <[email protected]>2022-01-07 11:35:16 +0800
committerRafael J. Wysocki <[email protected]>2022-01-11 16:35:41 +0100
commit2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32 (patch)
treebcc7205e53999ec0890217c3af61ecc87cda71bb /tools
parentbca21755b9fc00dbe371994b53389eb5d70b8e72 (diff)
ACPI: APD: Check for NULL pointer after calling devm_ioremap()
Because devres_alloc() may fail, devm_ioremap() may return NULL. Then, 'clk_data->base' will be assigned to clkdev->data->base in platform_device_register_data(). The PTR_ERR_OR_ZERO() check on clk_data does not cover 'base', so it is better to add an explicit check against NULL after updating it. Fixes: 3f4ba94e3615 ("ACPI: APD: Add AMD misc clock handler support") Signed-off-by: Jiasheng Jiang <[email protected]> [ rjw: Changelog rewrite ] Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions