V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2
[safe/jmp/linux-2.6] / drivers / media / video / pvrusb2 / pvrusb2-audio.c
index 313d2dc..9846c46 100644 (file)
@@ -145,8 +145,8 @@ static int get_audio_status(struct pvr2_msp3400_handler *ctxt)
 
 static void pvr2_msp3400_detach(struct pvr2_msp3400_handler *ctxt)
 {
-       ctxt->client->handler = 0;
-       ctxt->hdw->audio_stat = 0;
+       ctxt->client->handler = NULL;
+       ctxt->hdw->audio_stat = NULL;
        kfree(ctxt);
 }