Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220312
b: refs/heads/master
c: 3c2c926
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 12, 2010
1 parent 47ee192 commit 7f87ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e88cf8eb62536661d9fae0158e9713c5e4ddc405
refs/heads/master: 3c2c926823305139ef7867dcffa76b3a505a3b02
6 changes: 3 additions & 3 deletions trunk/drivers/staging/brcm80211/util/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void ai_scan(si_t *sih, void *regs, uint devid)
case SPI_BUS:
case SDIO_BUS:
#endif /* BCMSDIO */
eromptr = (u32 *) (uintptr) erombase;
eromptr = (u32 *)erombase;
break;

default:
Expand Down Expand Up @@ -358,8 +358,8 @@ void *ai_setcoreidx(si_t *sih, uint coreidx)
case SPI_BUS:
case SDIO_BUS:
#endif /* BCMSDIO */
sii->curmap = regs = (void *)((uintptr) addr);
sii->curwrap = (void *)((uintptr) wrap);
sii->curmap = regs = (void *)addr;
sii->curwrap = (void *)wrap;
break;

default:
Expand Down

0 comments on commit 7f87ab9

Please sign in to comment.