From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755392AbbLDQZ4 (ORCPT ); Fri, 4 Dec 2015 11:25:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39388 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755169AbbLDQZy (ORCPT ); Fri, 4 Dec 2015 11:25:54 -0500 Date: Fri, 4 Dec 2015 08:25:54 -0800 From: Greg Kroah-Hartman To: "Geyslan G. Bem" Cc: peter.senna@gmail.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] usb: whci: replace dma_pool_alloc and memset with dma_pool_zalloc Message-ID: <20151204162554.GA2066@kroah.com> References: <1449088994-11061-1-git-send-email-geyslan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449088994-11061-1-git-send-email-geyslan@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 02, 2015 at 05:43:11PM -0300, Geyslan G. Bem wrote: > Replace dma_pool_alloc and memset with a single call to dma_pool_zalloc. > > Caught by coccinelle. > > Signed-off-by: Geyslan G. Bem > --- > drivers/usb/host/whci/qset.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) This, and patch 3/3 were also already done by someone else :(