Re: [PATCH] staging: vt6656: vt6655: clean Makefiles

2020-05-09 Thread Matej Dujava
On Sat, May 09, 2020 at 07:07:14PM +0200, Greg Kroah-Hartman wrote: On Sat, May 09, 2020 at 11:07:27AM +0200, Matej Dujava wrote: This patch is removing CFLAGS that are defining flags that are not used. You are also modifying the indentation and moving lines around for no reason :( Please onl

Re: [PATCH] staging: vt6656: vt6655: clean Makefiles

2020-05-09 Thread Greg Kroah-Hartman
On Sat, May 09, 2020 at 11:07:27AM +0200, Matej Dujava wrote: > This patch is removing CFLAGS that are defining flags that are not used. You are also modifying the indentation and moving lines around for no reason :( Please only do one thing for a patch, and always describe everything you do in t

[PATCH] staging: vt6656: vt6655: clean Makefiles

2020-05-09 Thread Matej Dujava
This patch is removing CFLAGS that are defining flags that are not used. Signed-off-by: Matej Dujava --- drivers/staging/vt6655/Makefile | 27 --- drivers/staging/vt6655/device_main.c | 1 - drivers/staging/vt6656/Makefile | 7 ++- 3 files changed, 14 inse