Skip to content

Commit

Permalink
Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kern…
Browse files Browse the repository at this point in the history
…el/git/romieu/netdev-2.6
  • Loading branch information
davem330 committed Jun 24, 2011
2 parents acc468f + 1e4e82b commit 4d03b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ static void rtl8168_oob_notify(struct rtl8169_private *tp, u8 cmd)
msleep(2);
for (i = 0; i < 5; i++) {
udelay(100);
if (!(RTL_R32(ERIDR) & ERIAR_FLAG))
if (!(RTL_R32(ERIAR) & ERIAR_FLAG))
break;
}

Expand Down

0 comments on commit 4d03b44

Please sign in to comment.