Re: [PATCH] staging: wlan-ng: get memory from kernel allocators instead of big static buffer

From: Sergio Paracuellos
Date: Sun Oct 09 2016 - 11:38:43 EST


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 <sergio.paracuellos@xxxxxxxxx>
---
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