[<prev] [next>] [day] [month] [year] [list]
Message-ID: <d790eaf934274cc6a489c177d1f42674@de.bosch.com>
Date: Mon, 18 Jun 2018 09:35:40 +0000
From: "Jonas Mark (BT-FIR/ENG1)" <Mark.Jonas@...bosch.com>
To: kbuild test robot <lkp@...el.com>
CC: "kbuild-all@...org" <kbuild-all@...org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"hs@...x.de" <hs@...x.de>,
"Jonas Mark (BT-FIR/ENG1)" <Mark.Jonas@...bosch.com>,
"ZHANG Kevin (BT-FIR/ENG1-Zhu)" <Kevin.Zhang3@...bosch.com>,
"RUAN Tingquan (BT-FIR/ENG1-Zhu)" <Tingquan.Ruan@...bosch.com>,
"zhuyi882004@....com" <zhuyi882004@....com>
Subject: Re: [PATCH v3] Input: add bu21029 touch driver
Hi kbuild test robot,
> Thank you for the patch! Perhaps something to improve:
>
> [auto build test WARNING on v4.17-rc4]
> [also build test WARNING on next-20180615]
> [cannot apply to input/next]
> [if your patch is applied to the wrong git tree, please drop us a note to help
> improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Mark-Jonas/Input-add-bu21029-
> touch-driver/20180512-091305
> reproduce:
> # apt-get install sparse
> make ARCH=x86_64 allmodconfig
> make C=1 CF=-D__CHECK_ENDIAN__
>
>
> sparse warnings: (new ones prefixed by >>)
>
> >> drivers/input/touchscreen/bu21029_ts.c:293:13: sparse: restricted __be16
> degrades to integer
[..]
> 288 if (error < 0) {
> 289 dev_err(&i2c->dev, "failed to read HW ID\n");
> 290 goto out;
> 291 }
> 292
> > 293 if (cpu_to_be16(hwid) != SUPPORTED_HWID) {
> 294 dev_err(&i2c->dev, "unsupported HW ID 0x%x\n", hwid);
> 295 error = -ENODEV;
> 296 goto out;
> 297 }
Thank you for your effort. The reported problem was already fixed.
Please have a look at the most recent v5 patch posted on this list.
Greetings,
Mark
Mark Jonas
Building Technologies, Panel Software Fire (BT-FIR/ENG1)
Bosch Sicherheitssysteme GmbH | Postfach 11 11 | 85626 Grasbrunn | GERMANY | www.boschsecurity.com
Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart HRB 23118
Aufsichtsratsvorsitzender: Stefan Hartung; Geschäftsführung: Gert van Iperen, Andreas Bartz, Thomas Quante, Bernhard Schuster
Powered by blists - more mailing lists