[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201608251612.s8EzF0c8%fengguang.wu@intel.com>
Date: Thu, 25 Aug 2016 16:31:08 +0800
From: kbuild test robot <lkp@...el.com>
To: Johnny Chuang <johnny.chuang@....com.tw>
Cc: kbuild-all@...org, Dmitry Torokhov <dmitry.torokhov@...il.com>,
Daniel Kurtz <djkurtz@...il.com>,
Jennifer Tsai <jennifer.tsai@....com.tw>,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
James Chen <james.chen@....com.tw>,
Paul Liang <paul.liang@....com.tw>,
Jeff Chuang <jeff.chuang@....com.tw>,
Johnny Chuang <johnny.chuang@....com.tw>
Subject: Re: [PATCH] Input: elants_i2c - get product id on recovery mode for
FW update
Hi Johnny,
[auto build test ERROR on input/next]
[also build test ERROR on v4.8-rc3 next-20160824]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Johnny-Chuang/Input-elants_i2c-get-product-id-on-recovery-mode-for-FW-update/20160824-170047
base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_hw_version':
>> drivers/input/touchscreen/elants_i2c.c:322:12: error: 'clent' undeclared (first use in this function)
dev_err(&clent->dev,
^~~~~
drivers/input/touchscreen/elants_i2c.c:322:12: note: each undeclared identifier is reported only once for each function it appears in
vim +/clent +322 drivers/input/touchscreen/elants_i2c.c
316
317 dev_dbg(&client->dev, "read fw id error=%d, buf=%*phC\n",
318 error, (int)sizeof(resp), resp);
319 }
320
321 if (error) {
> 322 dev_err(&clent->dev,
323 "Failed to read fw id: %d\n", error);
324 return error;
325 }
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (54574 bytes)
Powered by blists - more mailing lists