diff options
author | Kang Minchul <tegongkang@gmail.com> | 2022-10-30 21:17:22 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-12-13 01:19:24 +0300 |
commit | 3958e87783e746a2ce78fbb30f24231569f03543 (patch) | |
tree | 841b7c31f655339f8c9497f46f3e3ff3a1631b2c /drivers/rtc/rtc-pcf50633.c | |
parent | ca2a99447e17acd67258aa1d54d7ea3c404a779c (diff) | |
download | linux-3958e87783e746a2ce78fbb30f24231569f03543.tar.xz |
Bluetooth: Use kzalloc instead of kmalloc/memset
Replace kmalloc+memset by kzalloc
for better readability and simplicity.
This addresses the cocci warning below:
WARNING: kzalloc should be used for d, instead of kmalloc/memset
Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/rtc/rtc-pcf50633.c')
0 files changed, 0 insertions, 0 deletions