aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c
diff options
context:
space:
mode:
authorZheng Yongjun <[email protected]>2020-12-29 13:51:47 +0000
committerTony Lindgren <[email protected]>2021-03-24 11:44:04 +0000
commitd995d3d025bbd2d89abf12418f20d19bc0cb0130 (patch)
tree091f89d9cf1b7e2cbb164d51cc538ffae5dc4468 /drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c
parentbus: ti-sysc: remove unneeded semicolon (diff)
downloadkernel-d995d3d025bbd2d89abf12418f20d19bc0cb0130.tar.gz
kernel-d995d3d025bbd2d89abf12418f20d19bc0cb0130.zip
bus: ti-sysc: Use kzalloc for allocating only one thing
Use kzalloc rather than kcalloc(1,...) The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ @@ - kcalloc(1, + kzalloc( ...) // </smpl> Signed-off-by: Zheng Yongjun <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c')
0 files changed, 0 insertions, 0 deletions