ALSA: 6fire: use NULL instead of 0 for pointer assignment
authorDaniel Mack <zonque@gmail.com>
Sat, 16 Jun 2012 14:58:36 +0000 (16:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Jun 2012 07:36:38 +0000 (09:36 +0200)
Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/6fire/firmware.c

index 6f9715a..56ad923 100644 (file)
@@ -209,7 +209,7 @@ static int usb6fire_fw_ezusb_upload(
        int ret;
        u8 data;
        struct usb_device *device = interface_to_usbdev(intf);
-       const struct firmware *fw = 0;
+       const struct firmware *fw = NULL;
        struct ihex_record *rec = kmalloc(sizeof(struct ihex_record),
                        GFP_KERNEL);