net: phy: marvell-88x2222: remove unnecessary (void*) conversions
authorwuych <yunchuan@nfschina.com>
Tue, 25 Apr 2023 05:15:32 +0000 (13:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Apr 2023 08:43:50 +0000 (09:43 +0100)
commit28b17f6270f182e22cdad5a0fdc4979031e4486a
tree3e79e655d1225786aabb4c3506cf821dfbc6cb9d
parent4774ad841bef97cc51df90195338c5b2573dd4cb
net: phy: marvell-88x2222: remove unnecessary (void*) conversions

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

Signed-off-by: wuych <yunchuan@nfschina.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell-88x2222.c