Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260477
b: refs/heads/master
c: be741de
h: refs/heads/master
i:
  260475: 3a77e96
v: v3
  • Loading branch information
Igor Grinberg authored and Tony Lindgren committed Jul 4, 2011
1 parent 9396237 commit 56770af
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: d12c2e2890e20e65fbaa4b6c5ddbaa66fb843308
refs/heads/master: be741de16f1148ecf0fcdd1f438945c939e6ea38
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/board-cm-t35.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ static int cm_t35_twl_gpio_setup(struct device *dev, unsigned gpio,
if (gpio_request_one(wlan_rst, GPIOF_OUT_INIT_HIGH, "WLAN RST") == 0) {
gpio_export(wlan_rst, 0);
udelay(10);
gpio_set_value(wlan_rst, 0);
gpio_set_value_cansleep(wlan_rst, 0);
udelay(10);
gpio_set_value(wlan_rst, 1);
gpio_set_value_cansleep(wlan_rst, 1);
} else {
pr_err("CM-T35: could not obtain gpio for WiFi reset\n");
}
Expand Down

0 comments on commit 56770af

Please sign in to comment.