Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369273
b: refs/heads/master
c: a6bda45
h: refs/heads/master
i:
  369271: ac3f9e0
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Apr 17, 2013
1 parent cd00f71 commit ba8f2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c1db7a26ac3f7223a38eaeb46a77d0cf9e6a0d8f
refs/heads/master: a6bda459fafd5d017e4a9505d08fe72de5fcdef3
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/cdc_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ void usbnet_cdc_status(struct usbnet *dev, struct urb *urb)
case USB_CDC_NOTIFY_NETWORK_CONNECTION:
netif_dbg(dev, timer, dev->net, "CDC: carrier %s\n",
event->wValue ? "on" : "off");
usbnet_link_change(dev, event->wValue, 0);
usbnet_link_change(dev, !!event->wValue, 0);
break;
case USB_CDC_NOTIFY_SPEED_CHANGE: /* tx/rx rates */
netif_dbg(dev, timer, dev->net, "CDC: speed change (len %d)\n",
Expand Down

0 comments on commit ba8f2f3

Please sign in to comment.