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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 18260C3A59B for ; Mon, 2 Sep 2019 07:42:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D39852190F for ; Mon, 2 Sep 2019 07:42:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=nosthoff.rocks header.i=@nosthoff.rocks header.b="J76ZiGdK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729702AbfIBHmn (ORCPT ); Mon, 2 Sep 2019 03:42:43 -0400 Received: from mail.heine.tech ([195.201.24.99]:59284 "EHLO mail.heine.tech" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726540AbfIBHmn (ORCPT ); Mon, 2 Sep 2019 03:42:43 -0400 X-Greylist: delayed 593 seconds by postgrey-1.27 at vger.kernel.org; Mon, 02 Sep 2019 03:42:42 EDT Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: michael@nosthoff.rocks) by mail.heine.tech (Postcow) with ESMTPA id 0C7951814BA; Mon, 2 Sep 2019 09:32:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nosthoff.rocks; s=dkim; t=1567409568; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=JX2/x2Fpnilt3YxCUMwW5hYCNP+HOh2fh/yrCcqpfvQ=; b=J76ZiGdK8Y8frci+PP36sETn4Ys5AjkBijg1nzhyOTdG6TmXvQZduu0sdF+BzkCWj6NKTL 3vDsUbYcMOQzf20c+atRE0vudaSEg+GgfKFyP4gZWdmh4e42Sl5d5XqMRomOoMlon0lMci xYBaboQ/h0/Lhk+Mj70Mh93gPlWeqnk= Content-Type: text/plain; charset="utf-8" In-Reply-To: <20190902071041.ukvc64tg5tjttk6w@earth.universe> From: "Michael Nosthoff" Date: Mon, 02 Sep 2019 09:32:47 +0200 Cc: "Stephen Rothwell" , "Linux Next Mailing List" , "Linux Kernel Mailing List" To: "Sebastian Reichel" MIME-Version: 1.0 Message-ID: <79b6-5d6cc580-3-35015040@57153312> Subject: =?utf-8?q?Re=3A?==?utf-8?q?_linux-next=3A?= Fixes tag needs some work in the battery tree User-Agent: SOGoMail 4.0.8 Content-Transfer-Encoding: quoted-printable ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=nosthoff.rocks; s=dkim; t=1567409568; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=JX2/x2Fpnilt3YxCUMwW5hYCNP+HOh2fh/yrCcqpfvQ=; b=Z3HDkULOYVoIMvU9ddzW4tOX5r8fU2VGjP5iUEaAy3oD6pVKkWzOAERH+5erlX/84IKveH vUzflOjvpzWAvMchDFjlZGIaIvZJbmdurvS4G+OlnBMyOC/AyFKBQ0UPIwLvC++NS9rPu+ dgz5hMMm3lIfktr2t9aw5/ZvjLN07Yw= ARC-Seal: i=1; s=dkim; d=nosthoff.rocks; t=1567409568; a=rsa-sha256; cv=none; b=VIBLveKhDw6arNCEsJeZylZEauLRE64oRt1XoM0Ch6zIaNIWMGBxcT5gX6tsSryxTDOyhT BoCgieTBgKW8x7MBELA8m85jYytlmRRoMvGKs0Q2B2LTyjdmX1s/KP91sYon1Vj5Z68CWU SGBj4udBNwFV2ufL8oV48vsbtHVePqI= ARC-Authentication-Results: i=1; mail.heine.tech; auth=pass smtp.mailfrom=michael@nosthoff.rocks Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Sebastian, I think you missed that the second commit 38fa8b9f75ea ("power: supply: sbs-battery: use correct flags field") also needs this fix. Regards, Michael On Monday, September 02, 2019 09:10 CEST, Sebastian Reichel wrote: > Hi Stephen, > > On Mon, Sep 02, 2019 at 09:31:31AM +1000, Stephen Rothwell wrote: > > In commit > > > > b19aca4eb2d2 ("power: supply: sbs-battery: only return health when = battery present") > > > > [...] > > > > Please do not split Fixes tags over more than one line. > > I have fixed this and rebased the branch, so the issue should be > gone tomororw. Thanks for the notice, > > -- Sebastian