OSDN Git Service

mISDN: hfcsusb: Use struct_size() helper
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 17 Jun 2020 23:15:57 +0000 (18:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:41:02 +0000 (20:41 -0700)
commit9f66a4557e9338eecee4159834c3d1ec4a327158
tree305d6d085d541dcdd1c54f382ec1350ce6fab56c
parentc90834cd477a6e406c320c56774999a71a859600
mISDN: hfcsusb: Use struct_size() helper

Make use of the struct_size() helper instead of an open-coded version
in order to avoid any potential type mistakes.

This code was detected with the help of Coccinelle and, audited and
fixed manually.

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcsusb.c