From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327AbdEFOVd (ORCPT ); Sat, 6 May 2017 10:21:33 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34998 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbdEFOVY (ORCPT ); Sat, 6 May 2017 10:21:24 -0400 Subject: Re: [GIT PULL] Staging/IIO driver fixes for 4.12-rc1 To: Greg KH Cc: Linus Torvalds , Andrew Morton , Stephen Rothwell , devel@linuxdriverproject.org, linux-kernel@vger.kernel.org References: <20170505215630.GA19258@kroah.com> <20170506134139.GB25320@kroah.com> From: Ian W MORRISON Message-ID: <01ddef41-93df-2bc3-0f3d-44c311dabb75@gmail.com> Date: Sun, 7 May 2017 00:21:17 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0 MIME-Version: 1.0 In-Reply-To: <20170506134139.GB25320@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/6/17 11:41 PM, Greg KH wrote: > On Sat, May 06, 2017 at 06:00:24PM +1000, Ian W MORRISON wrote: >> The kernel when booted with Ubuntu 17.04 results in an unusable system >> however with the following patch booting is successful and the system >> is usable. The patch and kernel builds have been tested against on an >> Intel Compute Stick (STCK1A32WFC model). > It's in my queue to get to after 4.12-rc1 is out, it's not lost. > >> > The patch is whitespace dammaged and can not be applied :( > > thanks, > > greg k-h Here it is from a different email client. Hopefully preserving the whitespaces. From: Ian W Morrison Date: Fri, 28 Apr 2017 02:20:38 +1000 Subject: [PATCH] staging: rtl8723bs: remove a call to kfree in os_dep/ioctl_cfg80211.c Signed-off-by: Ian W Morrison --- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c index f17f4fb..2ee9df5 100644 --- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c +++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c @@ -3527,7 +3527,6 @@ int rtw_wdev_alloc(struct adapter *padapter, struct device *dev) pwdev_priv->power_mgmt = true; else pwdev_priv->power_mgmt = false; - kfree((u8 *)wdev); return ret; -- 1.9.1