]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: Improve size determinations
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 2 Feb 2018 13:50:09 +0000 (14:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:23:49 +0000 (10:23 +0200)
commit1dc23fb83b71f65130d4bd63ab25447c8ee51754
treee630367313d3fbb9bfadb3a0e5ebeea710a473aa
parent38a8983ae1d0e2df8b9fe83e4c7bcac0f7a8e2da
i2c: Improve size determinations

[ Upstream commit 06e989578232da33a7fe96b04191b862af8b2cec ]

Replace the specification of a data structure by a pointer dereference
as the parameter for the operator "sizeof" to make the corresponding
size determination a bit safer according to the Linux coding style
convention.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Stable-dep-of: 05f933d5f731 ("i2c: nomadik: Remove a useless call in the remove function")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/i2c/busses/i2c-nomadik.c
drivers/i2c/busses/i2c-sh7760.c