Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315641
b: refs/heads/master
c: 602c759
h: refs/heads/master
i:
  315639: 12c8357
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jul 18, 2012
1 parent a6e9f53 commit e8e3c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bed483f7b4c71d557777ee30d8dc46cbd5967fa6
refs/heads/master: 602c7595a1560c0dea795759193b6e3a6246ea31
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wl18xx/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val)

int wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out)
{
u32 val;
u32 val = 0;
int ret;

if (WARN_ON(addr % 2))
Expand Down

0 comments on commit e8e3c9b

Please sign in to comment.