From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756116AbbLDRSP (ORCPT ); Fri, 4 Dec 2015 12:18:15 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41485 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbbLDRSO (ORCPT ); Fri, 4 Dec 2015 12:18:14 -0500 Date: Fri, 4 Dec 2015 09:18:13 -0800 From: Greg Kroah-Hartman To: "Geyslan G. Bem" Cc: Peter Senna Tschudin , linux-usb@vger.kernel.org, LKML Subject: Re: [PATCH 2/3] usb: whci: replace dma_pool_alloc and memset with dma_pool_zalloc Message-ID: <20151204171813.GB19351@kroah.com> References: <1449088994-11061-1-git-send-email-geyslan@gmail.com> <20151204162554.GA2066@kroah.com> <20151204164424.GA18728@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Fri, Dec 04, 2015 at 02:13:35PM -0300, Geyslan G. Bem wrote: > 2015-12-04 13:44 GMT-03:00 Greg Kroah-Hartman : > > On Fri, Dec 04, 2015 at 01:33:18PM -0300, Geyslan G. Bem wrote: > >> > >> If you wish, you could list me subsystems in need of maintenance. > > > > I don't understand what you mean by this. > > I meant that would be great to know which usb subsystems you do prefer > that I continue cleaning/refactoring or if any would be ok. :) Any part of the drivers/usb/* tree that you find needs cleanups and fixes like these are great to do, please send patches for this, I'll gladly take them. thanks, gre k-h