mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
b4bd2aafac
As the potential failure of allocation, devm_kzalloc() may return NULL. Then
the 'pd->pmb' and the follow lines of code may bring null pointer dereference.
Therefore, it is better to check the return value of devm_kzalloc() to avoid
this confusion.
Fixes:
|
||
---|---|---|
.. | ||
bcm63xx | ||
brcmstb | ||
bcm2835-power.c | ||
Kconfig | ||
Makefile | ||
raspberrypi-power.c |