staging: vt6655: Use NULL instead of 0
Use NULL instead of 0 for pointer. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
875d2a134e
commit
b806ad483a
|
@ -179,7 +179,7 @@ bool ROUTEbRelay(PSDevice pDevice, unsigned char *pbySkbData, unsigned int uData
|
|||
pHeadTD = pHeadTD->next;
|
||||
}
|
||||
|
||||
pLastTD->pTDInfo->skb = 0;
|
||||
pLastTD->pTDInfo->skb = NULL;
|
||||
pLastTD->pTDInfo->byFlags = 0;
|
||||
|
||||
pDevice->apCurrTD[TYPE_AC0DMA] = pHeadTD;
|
||||
|
|
Loading…
Reference in New Issue