Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752276AbdLFPQA (ORCPT ); Wed, 6 Dec 2017 10:16:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49470 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbdLFPP6 (ORCPT ); Wed, 6 Dec 2017 10:15:58 -0500 Date: Wed, 6 Dec 2017 16:16:04 +0100 From: Greg KH To: Simon =?iso-8859-1?Q?Sandstr=F6m?= Cc: linux@Wolf-Entwicklungen.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 06/11] staging: pi433: Split rf69_set_crc_enabled into two functions Message-ID: <20171206151604.GA11479@kroah.com> References: <20171205220849.5486-1-simon@nikanor.nu> <20171205220849.5486-7-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: <20171205220849.5486-7-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: 692 Lines: 20 On Tue, Dec 05, 2017 at 11:08:44PM +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(-) I had to stop here in applying this series, as the merge conflicts just got too much for me to resolve by hand. Can you rebase this series on my staging-testing branch of staging.git and send the remaining patches please? thanks, greg k-h