projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a91cf
)
ALSA: 6fire: use NULL instead of 0 for pointer assignment
author
Daniel Mack
<zonque@gmail.com>
Sat, 16 Jun 2012 14:58:36 +0000
(16:58 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/6fire/firmware.c
b/sound/usb/6fire/firmware.c
index 6f9715ab32fe77cc3fd39de42410efe1c2aa1006..56ad923bf6b5cb74db2f5a56cdc2a16807c66a03 100644
(file)
--- a/
sound/usb/6fire/firmware.c
+++ b/
sound/usb/6fire/firmware.c
@@
-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);