Skip to content
Commit b317538c authored by Zheng Wei's avatar Zheng Wei Committed by David S. Miller
Browse files

net: vxge: fix wrong __VA_ARGS__ usage



printk in macro vxge_debug_ll uses __VA_ARGS__ without "##" prefix,
it causes a build error when there is no variable
arguments(e.g. only fmt is specified.).

Signed-off-by: default avatarZheng Wei <wei.zheng@vivo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 83d00106
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