]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
net:usb: Use ARRAY_SIZE instead of calculating the array size
authorzhong jiang <zhongjiang@huawei.com>
Fri, 3 Aug 2018 06:53:14 +0000 (14:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Aug 2018 20:23:15 +0000 (13:23 -0700)
commitbf37afceaf549ce9ef50e3042f64d257a3d4be80
tree3404c313fa03e4b5b31789e170a6883984d33dd6
parentf13b546847ff5862ea313f3e79010c52c3fe32b4
net:usb: Use ARRAY_SIZE instead of calculating the array size

We use ARRAY_SIZE to replace open code sizeof(lan78xx_regs) / sizeof(u32).
It make the code concise.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/lan78xx.c