Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable

2016-11-14 Thread Greg KH
On Fri, Nov 11, 2016 at 03:28:21PM +0530, Nadim Almas wrote: > Removing struct sk_buff *skb from capi.c > > The Coccinelle semantic patch used to make this change is as follows: > @@ > type T; > identifier D; > @@ > - T D; > ...when != D > > Signed-off-by: Nadim Almas > --- > drivers/staging/i4

Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable

2016-11-11 Thread kbuild test robot
Hi Nadim, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc4 next-2016] [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/Nadim-Almas/Staging-i4l-act2000-capi

[PATCH] Staging: i4l: act2000: capi: Removing necessary variable

2016-11-11 Thread Nadim Almas
Removing struct sk_buff *skb from capi.c The Coccinelle semantic patch used to make this change is as follows: @@ type T; identifier D; @@ - T D; ...when != D Signed-off-by: Nadim Almas --- drivers/staging/i4l/act2000/capi.c | 13 - 1 file changed, 13 deletions(-) diff --git a/driv