Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b1d8e09 authored by Daniel Mack's avatar Daniel Mack Committed by Takashi Iwai
Browse files

ALSA: 6fire: use NULL instead of 0 for pointer assignment



Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Cc: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b4a91cf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -209,7 +209,7 @@ static int usb6fire_fw_ezusb_upload(
	int ret;
	int ret;
	u8 data;
	u8 data;
	struct usb_device *device = interface_to_usbdev(intf);
	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),
	struct ihex_record *rec = kmalloc(sizeof(struct ihex_record),
			GFP_KERNEL);
			GFP_KERNEL);