mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
ALSA: 6fire: use NULL instead of 0 for pointer assignment
Signed-off-by: Daniel Mack <zonque@gmail.com> Cc: Torsten Schenk <torsten.schenk@zoho.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b4a91cf05c
commit
0b1d8e0908
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user