Re: [PATCH v2 1/7] dgnc: remove unused dgnc_ioctl_name() command

2015-03-17 Thread Greg KH
On Tue, Mar 17, 2015 at 04:35:00PM +0200, Giedrius Statkevičius wrote: > Greg, you probably missed these :) Could you look at these when you have > some time? > > On 2015.03.13 15:56, Giedrius Statkevičius wrote: 4 days ago? Hah, I ignore patches for much longer normally :) Also, these will sin

Re: [PATCH v2 1/7] dgnc: remove unused dgnc_ioctl_name() command

2015-03-17 Thread Giedrius Statkevičius
Greg, you probably missed these :) Could you look at these when you have some time? On 2015.03.13 15:56, Giedrius Statkevičius wrote: > dgnc_ioctl_name() is never used anywhere so remove it > > Signed-off-by: Giedrius Statkevičius > --- > v2: Forgot to include this patch in the first version. Wi

[PATCH v2 1/7] dgnc: remove unused dgnc_ioctl_name() command

2015-03-13 Thread Giedrius Statkevičius
dgnc_ioctl_name() is never used anywhere so remove it Signed-off-by: Giedrius Statkevičius --- v2: Forgot to include this patch in the first version. Without this some of the other patches in this set will fail. drivers/staging/dgnc/dgnc_utils.c | 52 --- dri