Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171250
b: refs/heads/master
c: e7fec0b
h: refs/heads/master
v: v3
  • Loading branch information
Inaky Perez-Gonzalez committed Nov 3, 2009
1 parent 745b10f commit a2c33c8
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: 20d57f8e2553fa6f5cd382131b7f18e91c7141fc
refs/heads/master: e7fec0bbf13b9bc2869a18e66f0cda7bb7f559f0
4 changes: 2 additions & 2 deletions trunk/drivers/net/wimax/i2400m/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ int i2400ms_bus_setup(struct i2400m *i2400m)
}

if (i2400ms->iwmc3200 && i2400ms->debugfs_dentry == NULL)
retries = 0;
else
retries = 1;
else
retries = 0;
result = i2400ms_enable_function(i2400ms, retries);
if (result < 0) {
dev_err(dev, "Cannot enable SDIO function: %d\n", result);
Expand Down

0 comments on commit a2c33c8

Please sign in to comment.