From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Kondratiev Subject: Re: [PATCH] drivers: net: Remove remaining alloc/OOM messages Date: Sun, 10 Feb 2013 09:57:54 +0200 Message-ID: <1877379.y4GS62BPgg@lx-vladimir> References: <1360273587.27863.15.camel@joe-AO722> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: netdev , , , , , , , , , devicetree-discuss To: Joe Perches Return-path: In-Reply-To: <1360273587.27863.15.camel@joe-AO722> Sender: linux-can-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thursday, February 07, 2013 01:46:27 PM Joe Perches wrote: > alloc failures already get standardized OOM > messages and a dump_stack. > > For the affected mallocs around these OOM messages: > > Converted kmallocs with multiplies to kmalloc_array. > Converted a kmalloc/memcpy to kmemdup. > Removed now unused stack variables. > Removed unnecessary parentheses. > Neatened alignment. > > Signed-off-by: Joe Perches > For wil6210: Acked--by: Vladimir Kondratiev Thanks, Vladimir