net: ksz9477: remove unnecessary dsa_set_tagging call
authorTim Harvey <tharvey@gateworks.com>
Tue, 7 Feb 2023 23:37:16 +0000 (15:37 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 5 May 2023 17:41:55 +0000 (13:41 -0400)
commit38482d659647e8932f95cea88d70ad1b2bbd5af4
tree658821c7787619cec8ab0e3b6d30e136bf563369
parentab75996ba49c140c529f14b5c40d0d16430feefb
net: ksz9477: remove unnecessary dsa_set_tagging call

packet tagging is not used for this driver so we do not need to
call dsa_set_tagging.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/ksz9477.c