Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043AbcJIPil (ORCPT ); Sun, 9 Oct 2016 11:38:41 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33049 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751498AbcJIPik (ORCPT ); Sun, 9 Oct 2016 11:38:40 -0400 Subject: Re: [PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer To: Greg KH References: <20161009152523.GA23652@kroah.com> <1476026962-15585-1-git-send-email-sergio.paracuellos@gmail.com> <20161009153652.GA9725@kroah.com> Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Sergio Paracuellos Message-ID: <57FA6486.30202@gmail.com> Date: Sun, 9 Oct 2016 17:38:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20161009153652.GA9725@kroah.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 614 Lines: 21 Just sitting in front of my laptop :) Thanks to you for code review! Cheers, Sergio Paracuello El 2016年10月09日 a las 17:36, Greg KH escribió: > On Sun, Oct 09, 2016 at 05:29:22PM +0200, Sergio Paracuellos wrote: >> This patch fix the following sparse warnings in prism2fw.c: >> warning: memset with byte count of 120000 >> >> Signed-off-by: Sergio Paracuellos >> --- >> drivers/staging/wlan-ng/prism2fw.c | 11 ++++++++--- >> 1 file changed, 8 insertions(+), 3 deletions(-) > > Fastest patch review turn-around time ever :) > > nice work, all now applied. > > greg k-h >