Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753955AbdLGOiw (ORCPT ); Thu, 7 Dec 2017 09:38:52 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49804 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753210AbdLGOiu (ORCPT ); Thu, 7 Dec 2017 09:38:50 -0500 Date: Thu, 7 Dec 2017 15:38: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: <20171207143857.GA29994@kroah.com> References: <20171206204224.14714-1-simon@nikanor.nu> <20171206204224.14714-2-simon@nikanor.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171206204224.14714-2-simon@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: 677 Lines: 21 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