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=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5FC73C4727C for ; Tue, 29 Sep 2020 11:50:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAEA8206F7 for ; Tue, 29 Sep 2020 11:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601380231; bh=IcH/OkK6c6PgRmS2MU+VFYNCA6U6LxmqTLkCNxc9sss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sFgcBcDlOf8mZVf05AB00BWyXxGix8LOarQg9AlyN3su3cacU+UN0eghYzCWJmMIR Z7dKd7wl4ZtC03TefrjOEo9nM/GiLirYUIF0MECggJ06TAxKKzE5ubvVJex1LzZxNW juD8ZHfeKyynZrmipFxgQMcR+4rU56mceecWMrqs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731286AbgI2Lu3 (ORCPT ); Tue, 29 Sep 2020 07:50:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:53638 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731264AbgI2Lty (ORCPT ); Tue, 29 Sep 2020 07:49:54 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 D091020702; Tue, 29 Sep 2020 11:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601380193; bh=IcH/OkK6c6PgRmS2MU+VFYNCA6U6LxmqTLkCNxc9sss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sBwMP6VkVMk8SU+Kr95qjPWHLGmfUTA4KcHFMIxAFBf23LsHrAVzrkBkyIPOUIKTu 0MjWCeoNfExNFnmUeZkVQs0IOVRaPGTQRv01XmpGBzMnjdCBe6MXl+J1LIKnhBQWKe UsWH01iufmTzubfCf93jYgNbqT5W9g549Hh8/Mt4= Date: Tue, 29 Sep 2020 13:05:09 +0200 From: Greg KH To: Chanwoo Choi Cc: "linux-kernel@vger.kernel.org" , "Chanwoo Choi (chanwoo@kernel.org)" , =?utf-8?B?7ZWo66qF7KO8?= Subject: Re: [GIT PULL] extcon next for v5.10 Message-ID: <20200929110509.GA1160194@kroah.com> References: <64750b49-15be-7d51-7ae9-cb1dd4092fa4@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64750b49-15be-7d51-7ae9-cb1dd4092fa4@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 06:24:23PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.10. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > Best Regards, > Chanwoo Choi > > > The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: > > Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.10 I get the following error from my scripts (which match what linux-next will also tell you): Commit: 00a29c98369d ("extcon: ptn5150: Do not print error during probe if nothing is attached") Fixes tag: Fixes: af71b7e384cd ("extcon: ptn5150: Check current USB mode when probing") Has these problem(s): - Target SHA1 does not exist Please fix up. thanks, greg k-h