Use NULL instead of 0 for pointer.

Signed-off-by: Sachin Kamat <sachin.ka...@linaro.org>
Cc: Forest Bond <for...@alittletooquiet.net>
---
 drivers/staging/vt6655/wroute.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/wroute.c b/drivers/staging/vt6655/wroute.c
index b61328f..85302c5 100644
--- a/drivers/staging/vt6655/wroute.c
+++ b/drivers/staging/vt6655/wroute.c
@@ -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;
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to