ar5523: Use kzalloc instead of kmalloc/memset
authorHaowen Bai <baihaowen@meizu.com>
Tue, 19 Apr 2022 01:37:31 +0000 (09:37 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Apr 2022 10:04:09 +0000 (11:04 +0100)
commite63dd41235072575a190ef3f3e6e618a6dd0ac64
treeb09663a3893c6303645ae914228d1c38d5fb15d2
parentfcd30c96af957f9c0eeccb95689548dfce52e149
ar5523: Use kzalloc instead of kmalloc/memset

Use kzalloc rather than duplicating its implementation, which
makes code simple and easy to understand.

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/ath/ar5523/ar5523.c