[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <560052C7.3000908@cogentembedded.com>
Date: Mon, 21 Sep 2015 21:56:07 +0300
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Peter Senna Tschudin <peter.senna@...il.com>, balbi@...com,
stern@...land.harvard.edu, standby24x7@...il.com, pmladek@...e.cz,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org
Subject: Re: [PATCH 05/14] RFC: usb/host/fotg210: change kmalloc by
kmalloc_array
On 09/21/2015 06:01 PM, Peter Senna Tschudin wrote:
> This patch change:
"Replaces" maybe?
> kmalloc(DBG_SCHED_LIMIT * sizeof(*seen), GFP_ATOMIC)
>
> by:
>
> kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC)
>
> as kmalloc_array() should be used for allocating arrays.
>
> Signed-off-by: Peter Senna Tschudin <peter.senna@...il.com>
[...]
MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists