summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
diff options
context:
space:
mode:
authorJiasheng Jiang <jiasheng@iscas.ac.cn>2022-01-07 11:35:16 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-11 16:35:41 +0100
commit2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32 (patch)
treebcc7205e53999ec0890217c3af61ecc87cda71bb /fs/inode.c
parentbca21755b9fc00dbe371994b53389eb5d70b8e72 (diff)
downloadlinux-stable-2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32.tar.gz
linux-stable-2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32.tar.bz2
linux-stable-2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32.zip
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 <jiasheng@iscas.ac.cn> [ rjw: Changelog rewrite ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'fs/inode.c')
0 files changed, 0 insertions, 0 deletions