Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122158
b: refs/heads/master
c: 51e0f05
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent c783f0f commit 8faca70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2e6a684b8489b21324f314be2bd8d3788a9f6445
refs/heads/master: 51e0f058c496ef2ca5362c16a53ce1ce454d0817
4 changes: 2 additions & 2 deletions trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int serdes_init_niu_1g_serdes(struct niu *np)
struct niu_link_config *lp = &np->link_config;
u16 pll_cfg, pll_sts;
int max_retry = 100;
u64 sig, mask, val;
u64 uninitialized_var(sig), mask, val;
u32 tx_cfg, rx_cfg;
unsigned long i;
int err;
Expand Down Expand Up @@ -547,7 +547,7 @@ static int serdes_init_niu_10g_serdes(struct niu *np)
struct niu_link_config *lp = &np->link_config;
u32 tx_cfg, rx_cfg, pll_cfg, pll_sts;
int max_retry = 100;
u64 sig, mask, val;
u64 uninitialized_var(sig), mask, val;
unsigned long i;
int err;

Expand Down

0 comments on commit 8faca70

Please sign in to comment.