From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9F3AC433E0 for ; Mon, 25 May 2020 20:53:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C447206D5 for ; Mon, 25 May 2020 20:53:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590440018; bh=4zu4opwE6LBY2GASiTIBQNhEvfz9DbyElMvvDfeoRh0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fPEGhjXyT5s+p8DTAyKtwInkzz1kCvLIHOTN8iNTbSbw4H56tZu6ElTl+ubkvOmbG uvgC7CVet7mArhLeJjaF5rNHLXQwdjAtdiUUoVmc/dpfcOpCrfp3kfqMbgUjcf+cmg qA4pt7yyguVjhbXZvRt0TibwzwvAYN8H1wYfFZO4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390799AbgEYUxh (ORCPT ); Mon, 25 May 2020 16:53:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:41276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390640AbgEYUxg (ORCPT ); Mon, 25 May 2020 16:53:36 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F2A492071A; Mon, 25 May 2020 20:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590440016; bh=4zu4opwE6LBY2GASiTIBQNhEvfz9DbyElMvvDfeoRh0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XZJVXqL4AcgNdftIWWy0YZ/KZVIi4hb3XevrrQMVocRogmtS9fweur+G8pBEDvqE/ xZ8NbZQqoYqKFX/tlRWUhk/epBKbyN6yhcNZrj1x/MbPf+NKjQLhClRJHBDc4PFcPF tUKZU+GGJCFlRIoRorihGR27BY7XCvprm+j/boRA= Date: Mon, 25 May 2020 16:53:35 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: christophe.jaillet@wanadoo.fr, Jonathan.Cameron@huawei.com, Stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] iio: sca3000: Remove an erroneous 'get_device()'" failed to apply to 4.9-stable tree Message-ID: <20200525205335.GB33628@sasha-vm> References: <15904149497542@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <15904149497542@kroah.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 25, 2020 at 03:55:49PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.9-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From 928edefbc18cd8433f7df235c6e09a9306e7d580 Mon Sep 17 00:00:00 2001 >From: Christophe JAILLET >Date: Wed, 6 May 2020 05:52:06 +0200 >Subject: [PATCH] iio: sca3000: Remove an erroneous 'get_device()' > >This looks really unusual to have a 'get_device()' hidden in a 'dev_err()' >call. >Remove it. > >While at it add a missing \n at the end of the message. > >Fixes: 574fb258d636 ("Staging: IIO: VTI sca3000 series accelerometer driver (spi)") >Signed-off-by: Christophe JAILLET >Cc: >Signed-off-by: Jonathan Cameron Back in 4.9 and 4.4 this code was in staging, I've fixed up the patch to reflect the old path and queued it for 4.9 and 4.4. -- Thanks, Sasha