ax25: af_ax25: Remove unnecessary (void*) conversions
authorLi zeming <zeming@nfschina.com>
Tue, 15 Nov 2022 02:14:24 +0000 (10:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 13:31:03 +0000 (13:31 +0000)
commit1d7322f28fde3f90f2a2ed0b62fafc004b3f822a
tree49eb525c522e8bb926f520040c13cc5c7d6dcf42
parentca5ebbfec31487a208d9e0b13a99dbb738a3281b
ax25: af_ax25: Remove unnecessary (void*) conversions

The valptr pointer is of (void *) type, so other pointers need not be
forced to assign values to it.

Signed-off-by: Li zeming <zeming@nfschina.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/af_ax25.c