On Thu, May 04, 2023 at 06:02:53PM +0800, wuych wrote: > Pointer variables of void * type do not require type cast. > > Signed-off-by: wuych <yunchuan@xxxxxxxxxxxx> > --- > .../net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) There is same thing in drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c too. Thanks