Skip to content
Commit f96e8717 authored by Taehee Yoo's avatar Taehee Yoo Committed by David S. Miller
Browse files

hsr: remove WARN_ONCE() in hsr_fill_frame_info()



When VLAN frame is being sent, hsr calls WARN_ONCE() because hsr doesn't
support VLAN. But using WARN_ONCE() is overdoing.
Using netdev_warn_once() is enough.

Signed-off-by: default avatarTaehee Yoo <ap420073@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7596ac9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment