Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40459 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbbFQCSo (ORCPT ); Tue, 16 Jun 2015 22:18:44 -0400 Date: Tue, 16 Jun 2015 19:18:43 -0700 From: "gregkh@linuxfoundation.org" To: "Abdul, Hussain (H.)" Cc: "devel@driverdev.osuosl.org" , "Dighe, Niranjan (N.)" , "chris.park@atmel.com" , "Ravindran, Madhusudhanan (M.)" , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "johnny.kim@atmel.com" , "rachel.kim@atmel.com" , "dean.lee@atmel.com" Subject: Re: [PATCH] Staging: wilc1000: Remove casting the values returned by kmalloc() Message-ID: <20150617021843.GA18383@kroah.com> (sfid-20150617_041915_942291_91CC1C8E) References: <1434438514-5247-1-git-send-email-habdul@visteon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1434438514-5247-1-git-send-email-habdul@visteon.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Jun 16, 2015 at 07:09:56AM +0000, Abdul, Hussain (H.) wrote: > From: Abdul Hussain > > This patch removes casting the values returned by memory allocation functions. > > Signed-off-by: Abdul Hussain > --- > drivers/staging/wilc1000/linux_mon.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Does not apply :(