fpga: dfl: Use struct_size() in kzalloc()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 17 Jun 2020 22:10:39 +0000 (17:10 -0500)
committerMoritz Fischer <mdf@kernel.org>
Fri, 19 Jun 2020 01:22:12 +0000 (18:22 -0700)
commite1d9ec3af3463c1721723f68403ee14214d0d2f6
tree1b628e10210769aa1b3490babdd5cd281c22afec
parent23f872b6ece695750667a44016037154b91addef
fpga: dfl: Use struct_size() in kzalloc()

Make use of the struct_size() helper instead of an open-coded version
in order to avoid any potential type mistakes. Also, remove unnecessary
function dfl_feature_platform_data_size().

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: Moritz Fischer <mdf@kernel.org>
drivers/fpga/dfl.c
drivers/fpga/dfl.h