Re: [PATCH] staging: fieldbus: solve warning incorrect type dev_core.c

2019-05-21 Thread Oscar Gomez Fuente
Ok, perfect! Oscar Gomez Fuente ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: fieldbus: solve warning incorrect type dev_core.c

2019-05-20 Thread Oscar Gomez Fuente
Hi Sven, Yes. Oscar Gomez Fuente Óscar Gómez Fuente Electronic Engineer & Degree in Physical Sciences Mobile: 659.28.97.90 Email: oscargom...@gmail.com Website: www.oscargomezf.com On Mon, 20 May 2019 at 21:39, Sven Van Asbroeck wrote: > > On Mon, May 20, 2019 at 2:35 PM Sven Va

[PATCH] staging: fieldbus: solve warning incorrect type dev_core.c

2019-05-17 Thread Oscar Gomez Fuente
These changes solve a warning realated to an incorrect type inilizer in the function fieldbus_poll. Signed-off-by: Oscar Gomez Fuente --- drivers/staging/fieldbus/dev_core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/fieldbus/dev_core.c b/drivers

[PATCH] staging: fieldbus: solve warning incorrect type dev_core.c

2019-05-17 Thread Oscar Gomez Fuente
Signed-off-by: Oscar Gomez Fuente --- drivers/staging/fieldbus/dev_core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/fieldbus/dev_core.c b/drivers/staging/fieldbus/dev_core.c index 60b851406..f6f5b92 100644 --- a/drivers/staging/fieldbus/dev_core.c

[PATCH] staging: ion: solve warning symbol was not declared

2019-04-22 Thread Oscar Gomez Fuente
These changes solve warning symbol was not declared in the functions: ion_carveout_heap_create and ion_chunk_heap_create Signed-off-by: Oscar Gomez Fuente --- drivers/staging/android/ion/ion_carveout_heap.c | 2 +- drivers/staging/android/ion/ion_chunk_heap.c| 2 +- 2 files changed, 2

[PATCH] staging: rtl8192e: Fix space and suspect issue

2019-02-28 Thread Oscar Gomez Fuente
These changes fixed a checkpatch error for space required before the open brace '{' as well as a warning for suspect code indent for conditional statements. Signed-off-by: Oscar Gomez Fuente --- drivers/staging/rtl8192e/rtllib_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff