Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754239AbdLGO6G (ORCPT ); Thu, 7 Dec 2017 09:58:06 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:36135 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753696AbdLGO6F (ORCPT ); Thu, 7 Dec 2017 09:58:05 -0500 X-Google-Smtp-Source: AGs4zMZM06P0n9M9bwErcOIYIGUH8wL1ehCorJRB4CaR7LPqB07n0VCuejyBoq7+KttugWr3p5HxsA== Date: Thu, 7 Dec 2017 15:58:01 +0100 From: Simon =?utf-8?Q?Sandstr=C3=B6m?= To: Greg KH 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: <20171207145801.pvi25ppkkygwofir@gamma.nikanor.nu> References: <20171206204224.14714-1-simon@nikanor.nu> <20171206204224.14714-2-simon@nikanor.nu> <20171207143857.GA29994@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171207143857.GA29994@kroah.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 38 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 > > ... Regards, Simon