summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2024-04-15 13:34:54 +0300
committerMark Brown <broonie@kernel.org>2024-04-15 13:54:57 +0300
commit991b5e2aad870828669ca105f424ef1b2534f820 (patch)
treec12bffc2c9255601799a7dab973a89a269fb9617 /include/linux/regmap.h
parent135cec6ba82ebffc0275c5228b4c4bf279fbf6f5 (diff)
downloadlinux-991b5e2aad870828669ca105f424ef1b2534f820.tar.xz
regmap: kunit: Fix an NULL vs IS_ERR() check
The kunit_device_register() function returns error pointers, not NULL. Passing an error pointer to get_device() will lead to an Oops. Also get_device() returns the same device you passed to it. Fix it! ;) Fixes: 7b7982f14315 ("regmap: kunit: Create a struct device for the regmap") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/b32e80cf-b385-40cd-b8ec-77ec73e07530@moroto.mountain Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regmap.h')
0 files changed, 0 insertions, 0 deletions