Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754782AbdLGQwz (ORCPT ); Thu, 7 Dec 2017 11:52:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41466 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752707AbdLGQww (ORCPT ); Thu, 7 Dec 2017 11:52:52 -0500 Date: Thu, 7 Dec 2017 17:52:57 +0100 From: Greg KH To: Simon =?iso-8859-1?Q?Sandstr=F6m?= Cc: devel@driverdev.osuosl.org, linux@Wolf-Entwicklungen.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] staging: pi433: Split rf69_set_crc_enabled into two functions Message-ID: <20171207165257.GB23902@kroah.com> References: <20171206204224.14714-1-simon@nikanor.nu> <20171206204224.14714-2-simon@nikanor.nu> <20171207143857.GA29994@kroah.com> <20171207145801.pvi25ppkkygwofir@gamma.nikanor.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171207145801.pvi25ppkkygwofir@gamma.nikanor.nu> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1412 Lines: 39 On Thu, Dec 07, 2017 at 03:58:01PM +0100, Simon Sandstr?m wrote: > On Thu, Dec 07, 2017 at 03:38:57PM +0100, Greg KH wrote: > > On Wed, Dec 06, 2017 at 09:42:19PM +0100, Simon Sandstr?m wrote: > > > Splits rf69_set_crc_enabled(dev, enabled) into > > > rf69_enable_crc(dev) and rf69_disable_crc(dev). > > > > > > Signed-off-by: Simon Sandstr?m > > > --- > > > drivers/staging/pi433/pi433_if.c | 22 ++++++++++++++++++++-- > > > drivers/staging/pi433/rf69.c | 18 ++++++------------ > > > drivers/staging/pi433/rf69.h | 4 ++-- > > > 3 files changed, 28 insertions(+), 16 deletions(-) > > > > This series did not apply at all. > > > > What tree and branch did you make it against? > > > > Please redo it against my staging.git tree, the staging-next branch > > should be fine, or the staging-testing will work as well. > > > > thanks, > > > > greg k-h > > Hmm. Haven't you already applied these? > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/?h=staging-testing&id=39252a4bcf63d9dbc168b9ef56eb4ca42e045b9d > > >patch "staging: pi433: Split rf69_set_crc_enabled into two functions" added to staging-testing > > > >This is a note to let you know that I've just added the patch titled > > > > staging: pi433: Split rf69_set_crc_enabled into two functions > > > > ... Odd, I guess so, why did they end up in my mbox again? strange... greg k-h