From fb8d971ef995704f16cb01e65631c753b9def644 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Sat, 19 Dec 2009 08:17:44 +0100 Subject: [PATCH] --- yaml --- r: 185260 b: refs/heads/master c: 6ebb7d1b4b98162e332ff43a8739c2c1c690b140 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/isp1362-hcd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3058f9f63378..1ab2138cb3d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c312659c5ff1e54bac2d91e1ce1005d58784a7b5 +refs/heads/master: 6ebb7d1b4b98162e332ff43a8739c2c1c690b140 diff --git a/trunk/drivers/usb/host/isp1362-hcd.c b/trunk/drivers/usb/host/isp1362-hcd.c index 42971657fde2..5596fc1a75aa 100644 --- a/trunk/drivers/usb/host/isp1362-hcd.c +++ b/trunk/drivers/usb/host/isp1362-hcd.c @@ -1257,7 +1257,7 @@ static int isp1362_urb_enqueue(struct usb_hcd *hcd, /* avoid all allocations within spinlocks: request or endpoint */ if (!hep->hcpriv) { - ep = kcalloc(1, sizeof *ep, mem_flags); + ep = kzalloc(sizeof *ep, mem_flags); if (!ep) return -ENOMEM; }