Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175205
b: refs/heads/master
c: d6dbc01
h: refs/heads/master
i:
  175203: 3f824eb
v: v3
  • Loading branch information
Sebastian Dalfuß authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent ce29215 commit f54d43a
Show file tree
Hide file tree
Showing 4 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: ad26848142950277172a983e7e525fa8806a6300
refs/heads/master: d6dbc0126beedc43f19abb5870c892f7bd105b2c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int RTMPAllocAdapterBlock(void *handle,
}
pAd->BeaconBuf = pBeaconBuf;
DBGPRINT(RT_DEBUG_OFF,
("\n\n=== pAd = %p, size = %d ===\n\n", pAd,
("=== pAd = %p, size = %d ===\n", pAd,
(u32)sizeof(struct rt_rtmp_adapter)));

/* Init spin locks */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/rtmp_mcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ int RtmpAsicLoadFirmware(struct rt_rtmp_adapter *pAd)

if (Index > 1000) {
DBGPRINT(RT_DEBUG_ERROR,
("NICLoadFirmware: MCU is not ready\n\n\n"));
("NICLoadFirmware: MCU is not ready\n"));
Status = NDIS_STATUS_FAILURE;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/rt_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ int RTMPAllocateNdisPacket(struct rt_rtmp_adapter *pAd,
if (pPacket == NULL) {
*ppPacket = NULL;
#ifdef DEBUG
printk("RTMPAllocateNdisPacket Fail\n\n");
printk("RTMPAllocateNdisPacket Fail\n");
#endif
return NDIS_STATUS_FAILURE;
}
Expand Down

0 comments on commit f54d43a

Please sign in to comment.