From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754531AbbILEfP (ORCPT ); Sat, 12 Sep 2015 00:35:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57794 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752545AbbILEfM (ORCPT ); Sat, 12 Sep 2015 00:35:12 -0400 Date: Fri, 11 Sep 2015 19:34:27 -0700 From: Greg Kroah-Hartman To: Mike Rapoport Cc: Johnny Kim , Rachel Kim , Chris Park , Tony Cho , Glen Lee , Leo Kim , LKML Subject: Re: [PATCH 0/5] staging: wilc1000: remove kmalloc wrappers Message-ID: <20150912023427.GA32109@kroah.com> References: <1441880877-3832-1-git-send-email-mike.rapoport@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441880877-3832-1-git-send-email-mike.rapoport@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 Thu, Sep 10, 2015 at 01:27:52PM +0300, Mike Rapoport wrote: > The wilc_memory.[ch] provide wrappers to kmalloc that effectively boil down to > calling to kmalloc with flags=GFP_ATOMIC. Replacing the calls to these wrappers > with direct calls to kmalloc allows removal of the wilc_memory.[ch] files. These were done just before you sent them in, sorry.