Re: [PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-11-12 Thread Geert Uytterhoeven
Hi Carmeli, CC Magnus (staging drivers receive so may janitorial changes that the original author is lost in the git shortlog noise) On Wed, Nov 7, 2018 at 9:46 PM Carmeli Tamir wrote: > Added static modifier to the udc_controller, since it's only > required within emxx_udc.c. > >

[PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-11-07 Thread Carmeli Tamir
Added static modifier to the udc_controller, since it's only required within emxx_udc.c. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c

Re: [PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-11-07 Thread Greg KH
On Thu, Nov 01, 2018 at 03:58:57PM -0400, Carmeli Tamir wrote: > Added static modifier to the udc_controller, since it's only > required within emxx_udc.c. > Previously posted without any feedback, now updated according to master. > > Signed-off-by: Carmeli Tamir > --- >

[PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-11-01 Thread Carmeli Tamir
Added static modifier to the udc_controller, since it's only required within emxx_udc.c. Previously posted without any feedback, now updated according to master. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-10-17 Thread Carmeli Tamir
Added static modifier to the udc_controller, since it's only required within emxx_udc.c. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c