Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337045
b: refs/heads/master
c: 021cbd7
h: refs/heads/master
i:
  337043: 6d3b2c0
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Oct 19, 2012
1 parent f372817 commit ad91340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: ecbe90e143412b814464ad9ff67534961099fb5e
refs/heads/master: 021cbd755e2c63bba840ecfd9ae55dafbe6838fb
10 changes: 5 additions & 5 deletions trunk/drivers/staging/bcm/InterfaceMisc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "headers.h"

int InterfaceRDM(PS_INTERFACE_ADAPTER psIntfAdapter,
UINT addr,
unsigned int addr,
PVOID buff,
int len)
{
Expand Down Expand Up @@ -58,7 +58,7 @@ int InterfaceRDM(PS_INTERFACE_ADAPTER psIntfAdapter,
}

int InterfaceWRM(PS_INTERFACE_ADAPTER psIntfAdapter,
UINT addr,
unsigned int addr,
PVOID buff,
int len)
{
Expand Down Expand Up @@ -118,15 +118,15 @@ int InterfaceWRM(PS_INTERFACE_ADAPTER psIntfAdapter,
}

int BcmRDM(PVOID arg,
UINT addr,
unsigned int addr,
PVOID buff,
int len)
{
return InterfaceRDM((PS_INTERFACE_ADAPTER)arg, addr, buff, len);
}

int BcmWRM(PVOID arg,
UINT addr,
unsigned int addr,
PVOID buff,
int len)
{
Expand Down Expand Up @@ -175,7 +175,7 @@ int Bcm_clear_halt_of_endpoints(struct bcm_mini_adapter *Adapter)
VOID Bcm_kill_all_URBs(PS_INTERFACE_ADAPTER psIntfAdapter)
{
struct urb *tempUrb = NULL;
UINT i;
unsigned int i;

/*
* usb_kill_urb - cancel a transfer request and wait for it to finish
Expand Down

0 comments on commit ad91340

Please sign in to comment.