hwmon: ibmpex: remove unnecessary (void*) conversions
authorXU pengfei <xupengfei@nfschina.com>
Wed, 11 Jan 2023 04:36:06 +0000 (12:36 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 3 Feb 2023 15:30:10 +0000 (07:30 -0800)
commit554df454e2fa117b36b2238f3b3467ef02a10fa0
tree440c44c09895154b7e5d8712d3914619366af03f
parente2e09989ccc21ad428d6393450add78584b143bd
hwmon: ibmpex: remove unnecessary (void*) conversions

Pointer variables of void * type do not require type cast.

Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Link: https://lore.kernel.org/r/20230111043605.3726-1-xupengfei@nfschina.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ibmpex.c