|
@@ -847,7 +847,7 @@ static void iso_callback(struct fw_iso_context *context, u32 cycle,
|
|
|
struct client *client = data;
|
|
struct client *client = data;
|
|
|
struct iso_interrupt_event *e;
|
|
struct iso_interrupt_event *e;
|
|
|
|
|
|
|
|
- e = kzalloc(sizeof(*e) + header_length, GFP_ATOMIC);
|
|
|
|
|
|
|
+ e = kmalloc(sizeof(*e) + header_length, GFP_ATOMIC);
|
|
|
if (e == NULL)
|
|
if (e == NULL)
|
|
|
return;
|
|
return;
|
|
|
|
|
|