diff --git a/[refs] b/[refs] index f52b4d101b89..209e1d69ef38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f267de41fde594500cbbccb1b29acb4475f2da2 +refs/heads/master: a4ed89cb92f93d406ac45fe5507228a2475e32ba diff --git a/trunk/include/linux/netdevice.h b/trunk/include/linux/netdevice.h index 256419583d9d..40291f375024 100644 --- a/trunk/include/linux/netdevice.h +++ b/trunk/include/linux/netdevice.h @@ -2334,7 +2334,7 @@ do { \ #define netif_vdbg(priv, type, dev, format, args...) \ ({ \ if (0) \ - netif_printk(KERN_DEBUG, dev, format, ##args); \ + netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \ 0; \ }) #endif