Re: [PATCH] Staging: pi433: fix some warnings detected using sparse

2017-07-29 Thread kbuild test robot
Hi Elia, [auto build test ERROR on staging/staging-testing] [also build test ERROR on next-20170728] [cannot apply to v4.13-rc2] [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/Elia-Geretto/Stagi

Re: [PATCH] Staging: pi433: fix some warnings detected using sparse

2017-07-29 Thread Elia Geretto
On Fri, 2017-07-28 at 17:17 +0300, Dan Carpenter wrote: > On Fri, Jul 28, 2017 at 02:56:26PM +0200, Elia Geretto wrote: > > This patch corrects some visibility issues regarding some functions > > and > > solves a warning related to a non-matching union. After this patch, > > sparse produces only on

Re: [PATCH] Staging: pi433: fix some warnings detected using sparse

2017-07-28 Thread Dan Carpenter
On Fri, Jul 28, 2017 at 02:56:26PM +0200, Elia Geretto wrote: > This patch corrects some visibility issues regarding some functions and > solves a warning related to a non-matching union. After this patch, > sparse produces only one other warning regarding a bitwise operator; > however, this behavi

[PATCH] Staging: pi433: fix some warnings detected using sparse

2017-07-28 Thread Elia Geretto
This patch corrects some visibility issues regarding some functions and solves a warning related to a non-matching union. After this patch, sparse produces only one other warning regarding a bitwise operator; however, this behaviour seems to be intended. Signed-off-by: Elia Geretto --- drivers/s