From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754880AbbLGIer (ORCPT ); Mon, 7 Dec 2015 03:34:47 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:12918 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753641AbbLGIep (ORCPT ); Mon, 7 Dec 2015 03:34:45 -0500 X-IronPort-AV: E=Sophos;i="5.20,393,1444687200"; d="scan'208";a="190716970" Date: Mon, 7 Dec 2015 09:34:43 +0100 (CET) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: Priit Laes cc: Maxime Ripard , Chen-Yu Tsai , Dmitry Torokhov , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, Aleksei Mamlin , linux-sunxi@googlegroups.com, Priit Laes , kbuild-all@01.org Subject: Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1 In-Reply-To: <201512071608.oGt2n0Wn%fengguang.wu@intel.com> Message-ID: References: <201512071608.oGt2n0Wn%fengguang.wu@intel.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It looks like braces may be mising. Please check. julia On Mon, 7 Dec 2015, kbuild test robot wrote: > Hi Priit, > > [auto build test WARNING on mripard/sunxi/for-next] > [also build test WARNING on next-20151203] > [cannot apply to input/next v4.4-rc4] > > url: https://github.com/0day-ci/linux/commits/Priit-Laes/input-Driver-for-Goodix-GT801-2-1-touchscreen/20151207-152831 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi/for-next > :::::: branch date: 46 minutes ago > :::::: commit date: 46 minutes ago > > >> drivers/input/touchscreen/gt801_2plus1.c:119:3-30: code aligned with following code on line 120 > > git remote add linux-review https://github.com/0day-ci/linux > git remote update linux-review > git checkout d66df313f96e04572821e49cada65cb5c1bea9e2 > vim +119 drivers/input/touchscreen/gt801_2plus1.c > > d66df313 Priit Laes 2015-12-07 113 return; > d66df313 Priit Laes 2015-12-07 114 > d66df313 Priit Laes 2015-12-07 115 /* Build touch map */ > d66df313 Priit Laes 2015-12-07 116 touch_num = 0; > d66df313 Priit Laes 2015-12-07 117 for (i = 0; (touch_raw != 0) && (i < ts->max_touch_num); i++) { > d66df313 Priit Laes 2015-12-07 118 if (touch_raw & 1) > d66df313 Priit Laes 2015-12-07 @119 touch_map[touch_num++] = i; > d66df313 Priit Laes 2015-12-07 @120 touch_raw >>= 1; > d66df313 Priit Laes 2015-12-07 121 } > d66df313 Priit Laes 2015-12-07 122 > d66df313 Priit Laes 2015-12-07 123 /* Calculate checksum */ > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation >