Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755796AbbLDQdV (ORCPT ); Fri, 4 Dec 2015 11:33:21 -0500 Received: from mail-vk0-f52.google.com ([209.85.213.52]:33045 "EHLO mail-vk0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753840AbbLDQdT (ORCPT ); Fri, 4 Dec 2015 11:33:19 -0500 MIME-Version: 1.0 In-Reply-To: <20151204162554.GA2066@kroah.com> References: <1449088994-11061-1-git-send-email-geyslan@gmail.com> <20151204162554.GA2066@kroah.com> Date: Fri, 4 Dec 2015 13:33:18 -0300 Message-ID: Subject: Re: [PATCH 2/3] usb: whci: replace dma_pool_alloc and memset with dma_pool_zalloc From: "Geyslan G. Bem" To: Greg Kroah-Hartman Cc: Peter Senna Tschudin , linux-usb@vger.kernel.org, LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 861 Lines: 29 2015-12-04 13:25 GMT-03:00 Greg Kroah-Hartman : > 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 :( I see. No problem at all. If you wish, you could list me subsystems in need of maintenance. Thanks. -- Regards, Geyslan G. Bem hackingbits.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/