Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264868
b: refs/heads/master
c: b5fb0a0
h: refs/heads/master
v: v3
  • Loading branch information
Jason Baron authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent caf63ed commit 6a7250e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffa10cb47a94c9b456c83301c8047e2a898dd409
refs/heads/master: b5fb0a03214dfd02bc34bda659d5b89ef12741b2
4 changes: 1 addition & 3 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2714,9 +2714,7 @@ do { \
#define netif_dbg(priv, type, netdev, format, args...) \
do { \
if (netif_msg_##type(priv)) \
dynamic_dev_dbg((netdev)->dev.parent, \
"%s: " format, \
netdev_name(netdev), ##args); \
dynamic_netdev_dbg(netdev, format, ##args); \
} while (0)
#else
#define netif_dbg(priv, type, dev, format, args...) \
Expand Down

0 comments on commit 6a7250e

Please sign in to comment.