mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-16 07:08:29 +00:00
coverity has spotted a bug in rfkill.c (bug id #1627), in rfkill_allocate() NULL was returns if the kzalloc() works, and deref the NULL pointer if it fails, Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>