Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281427
b: refs/heads/master
c: c25b3c9
h: refs/heads/master
i:
  281425: c3bbade
  281423: 62da7cf
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Dec 22, 2011
1 parent 939db3b commit e25aa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 75fe8c8b906367ed3b3a5d87b4db42974e0dcf97
refs/heads/master: c25b3c9a43ced0affb77be68d2ddcb89ddd17917
5 changes: 1 addition & 4 deletions trunk/drivers/staging/vt6656/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ void INTvWorkItem(void *Context)
spin_unlock_irq(&pDevice->lock);
}

int INTnsProcessData(PSDevice pDevice)
void INTnsProcessData(PSDevice pDevice)
{
int status = STATUS_SUCCESS;
PSINTData pINTData;
PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
struct net_device_stats *pStats = &pDevice->stats;
Expand Down Expand Up @@ -218,6 +217,4 @@ int INTnsProcessData(PSDevice pDevice)
pDevice->scStatistic.ullTxBroadcastBytes;
pStats->tx_errors = pDevice->scStatistic.dwTsrErr;
pStats->tx_dropped = pDevice->scStatistic.dwTsrErr;

return status;
}
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/int.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ SINTData, *PSINTData;
/*--------------------- Export Functions --------------------------*/

void INTvWorkItem(void *Context);
int INTnsProcessData(PSDevice pDevice);
void INTnsProcessData(PSDevice pDevice);

#endif /* __INT_H__ */

0 comments on commit e25aa2c

Please sign in to comment.