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=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 E429DC3A5A2 for ; Tue, 3 Sep 2019 13:56:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5001233A1 for ; Tue, 3 Sep 2019 13:56:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729015AbfICN46 (ORCPT ); Tue, 3 Sep 2019 09:56:58 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:55530 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727107AbfICN46 (ORCPT ); Tue, 3 Sep 2019 09:56:58 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 8CE6410D53ECBDCB99A4; Tue, 3 Sep 2019 21:56:56 +0800 (CST) Received: from localhost (10.202.226.61) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Tue, 3 Sep 2019 21:56:51 +0800 Date: Tue, 3 Sep 2019 14:56:43 +0100 From: Jonathan Cameron To: Greg KH CC: Jonathan Cameron , Subject: Re: [PULL] Second set of new device support, cleanups etc for IIO in the 5.4 cycle. Message-ID: <20190903145643.00005bd0@huawei.com> In-Reply-To: <20190903133635.GA8987@kroah.com> References: <20190827220843.4462651e@archlinux> <20190903133635.GA8987@kroah.com> Organization: Huawei X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.61] X-CFilter-Loop: Reflected Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 3 Sep 2019 15:36:35 +0200 Greg KH wrote: > On Tue, Aug 27, 2019 at 10:08:43PM +0100, Jonathan Cameron wrote: > > The following changes since commit 81e0da703fdba1ee126868bf8350592c79cdba13: > > > > staging: sm750fb: fix odd license text (2019-08-15 14:43:57 +0200) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.4b > > Looks like commit e77b014217ff ("iio: cros_ec: set calibscale for 3d > MEMS to unit vector") was not signed-off-by you, yet you committed it :( > > Can you fix this up and add that one other patch to the tree and resend > the pull request? > > thanks, > > greg k-h Gah. I clearly made a complete idiot of myself with this set. Sorry about that, will send an updated pull request this evening. Thanks, Jonathan