Signed-off-by: Matthias Beyer <mail@xxxxxxxxxxxxxxxx> --- drivers/staging/bcm/CmHost.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c index 7349821..6121cbc 100644 --- a/drivers/staging/bcm/CmHost.c +++ b/drivers/staging/bcm/CmHost.c @@ -264,7 +264,7 @@ CopyIpAddrToClassifier(struct bcm_classifier_rule *classifier_entry, } } -void ClearTargetDSXBuffer(struct bcm_mini_adapter *ad, B_UINT16 TID, bool free_all) +void ClearTargetDSXBuffer(struct bcm_mini_adapter *ad, B_UINT16 tid, bool free_all) { int i; struct bcm_targetdsx_buffer *curr_buf; @@ -275,10 +275,10 @@ void ClearTargetDSXBuffer(struct bcm_mini_adapter *ad, B_UINT16 TID, bool free_a if (curr_buf->valid) continue; - if ((free_all) || (curr_buf->tid == TID)) { + if ((free_all) || (curr_buf->tid == tid)) { BCM_DEBUG_PRINT(ad, DBG_TYPE_PRINTK, 0, 0, "ClearTargetDSXBuffer: found tid %d buffer cleared %lx\n", - TID, curr_buf->ulTargetDsxBuffer); + tid, curr_buf->ulTargetDsxBuffer); curr_buf->valid = 1; curr_buf->tid = 0; ad->ulFreeTargetBufferCnt++; -- 2.1.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel