Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232868
b: refs/heads/master
c: 9b00b41
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and John W. Linville committed Jan 31, 2011
1 parent a73b10c commit 9fa0dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c7c1806098752c1f46943d8db2c69aff07f5d4bc
refs/heads/master: 9b00b4157f7b3265de291ac8979a5f1611ce64ab
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/wl12xx/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ static void wl1271_spi_reset(struct wl1271 *wl)
spi_message_add_tail(&t, &m);

spi_sync(wl_to_spi(wl), &m);
kfree(cmd);

wl1271_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN);
kfree(cmd);
}

static void wl1271_spi_init(struct wl1271 *wl)
Expand Down

0 comments on commit 9fa0dcf

Please sign in to comment.