Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2003
b: refs/heads/master
c: 58125f9
h: refs/heads/master
i:
  2001: 2133387
  1999: f9efb4c
v: v3
  • Loading branch information
Oliver Neukum authored and Linus Torvalds committed Jun 16, 2005
1 parent 4ae8c39 commit 952acaa
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: e41fb09b2fa15db095d3ee981299f488d7b48dfe
refs/heads/master: 58125f95c62a44f12bb71c58ef70f0068d20c7a2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/kaweth.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static void int_callback(struct urb *u, struct pt_regs *regs)

/* we check the link state to report changes */
if (kaweth->linkstate != (act_state = ( kaweth->intbuffer[STATE_OFFSET] | STATE_MASK) >> STATE_SHIFT)) {
if (!act_state)
if (act_state)
netif_carrier_on(kaweth->net);
else
netif_carrier_off(kaweth->net);
Expand Down

0 comments on commit 952acaa

Please sign in to comment.