CURSOS BONIFICABLES DESDE CASA (Empleados activos y en ERTE)

2020-04-07 Thread foesco14
Buenos días Se encuentra abierto el plazo de inscripción de Cursos Bonificables para empleados en activo y en situación de ERTE. Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020 que dispone las empresa. Se realizan desde casa en modalidad individual E-lear

Re: [PATCH v5 4/9] media: adv748x: add definitions for audio output related registers

2020-04-07 Thread Alex Riesen
Kieran Bingham, Tue, Apr 07, 2020 20:44:04 +0200: > Hi Alex, > > With all the changes you've described below: > > Reviewed-by: Kieran Bingham > Thanks. Will be in v6 like this below: diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h index 0a9d78c2870b..e1

Re: [PATCH v5 4/9] media: adv748x: add definitions for audio output related registers

2020-04-07 Thread Kieran Bingham
Hi Alex, With all the changes you've described below: Reviewed-by: Kieran Bingham On 07/04/2020 18:13, Alex Riesen wrote: > Hi Kieran, > > Kieran Bingham, Tue, Apr 07, 2020 18:21:00 +0200: >> On 02/04/2020 19:34, Alex Riesen wrote: >>> diff --git a/drivers/media/i2c/adv748x/adv748x.h >>> b/dr

Re: [PATCH v5 4/9] media: adv748x: add definitions for audio output related registers

2020-04-07 Thread Alex Riesen
Hi Kieran, Kieran Bingham, Tue, Apr 07, 2020 18:21:00 +0200: > On 02/04/2020 19:34, Alex Riesen wrote: > > diff --git a/drivers/media/i2c/adv748x/adv748x.h > > b/drivers/media/i2c/adv748x/adv748x.h > > index 0a9d78c2870b..1a1ea70086c6 100644 > > --- a/drivers/media/i2c/adv748x/adv748x.h > > +++ b

Re: [PATCH v2 0/2] staging: vt6656: Cleanup of the vnt_get_frame_time function

2020-04-07 Thread Oscar Carter
On Tue, Apr 07, 2020 at 06:29:57PM +0200, Oscar Carter wrote: > This patch series makes a cleanup of the vnt_get_frame_time function. > > The first patch makes use of the define RATE_11M instead of a magic > number. The second patch remove unnecessary local variable initialization. > > Changelog v1

[PATCH v3 1/2] staging: vt6656: Use define instead of magic number for tx_rate

2020-04-07 Thread Oscar Carter
Use the define RATE_11M present in the file "device.h" instead of the magic number 3. So the code is more clear. Reviewed-by: Dan Carpenter Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6

[PATCH v3 2/2] staging: vt6656: Remove unnecessary local variable initialization

2020-04-07 Thread Oscar Carter
Don't initialize the rate variable as it is set a few lines later. Reviewed-by: Dan Carpenter Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseban

[PATCH v3 0/2] staging: vt6656: Cleanup of the vnt_get_frame_time function

2020-04-07 Thread Oscar Carter
This patch series makes a cleanup of the vnt_get_frame_time function. The first patch makes use of the define RATE_11M instead of a magic number. The second patch remove unnecessary local variable initialization. Changelog v1 -> v2 - Not use the ARRAY_SIZE macro to compare against the tx_rate var

[PATCH v2 0/2] staging: vt6656: Cleanup of the vnt_get_frame_time function

2020-04-07 Thread Oscar Carter
This patch series makes a cleanup of the vnt_get_frame_time function. The first patch makes use of the define RATE_11M instead of a magic number. The second patch remove unnecessary local variable initialization. Changelog v1 -> v2 - Not use the ARRAY_SIZE macro to compare against the tx_rate var

[PATCH 2/2] staging: vt6656: Remove unnecessary local variable initialization

2020-04-07 Thread Oscar Carter
Don't initialize the rate variable as it is set a few lines later. Reviewed-by: Dan Carpenter Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseban

[PATCH 1/2] staging: vt6656: Use define instead of magic number for tx_rate

2020-04-07 Thread Oscar Carter
Use the define RATE_11M present in the file "device.h" instead of the magic number 3. So the code is more clear. Reviewed-by: Dan Carpenter Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6

Re: [PATCH v5 4/9] media: adv748x: add definitions for audio output related registers

2020-04-07 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:34, Alex Riesen wrote: > Signed-off-by: Alexander Riesen > --- > drivers/media/i2c/adv748x/adv748x.h | 32 + > 1 file changed, 32 insertions(+) > > diff --git a/drivers/media/i2c/adv748x/adv748x.h > b/drivers/media/i2c/adv748x/adv748x.h > i

Re: [PATCH 2/3] staging: vt6656: Use define instead of magic number for tx_rate

2020-04-07 Thread Oscar Carter
On Mon, Apr 06, 2020 at 07:58:08PM +0200, Greg Kroah-Hartman wrote: > On Mon, Apr 06, 2020 at 06:38:36PM +0200, Oscar Carter wrote: > > On Mon, Apr 06, 2020 at 04:22:12PM +0200, Greg Kroah-Hartman wrote: > > > On Sat, Apr 04, 2020 at 04:13:59PM +0200, Oscar Carter wrote: > > > > Use the define RATE

Re: [PATCH] Staging: rtl8192e: remove set but not used variable 'tmpRegC'

2020-04-07 Thread Dan Carpenter
On Tue, Apr 07, 2020 at 08:36:04AM -0400, Wang Hai wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c: In function > rtl92e_start_adapter: > drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:693:15: warning: variable > ‘tmpRegC’ set but not us

Re: Information

2020-04-07 Thread Ms. Reem
My name is Reem E. Al-Hashimi, the Emirates Minister of State and Managing Director of United Arab Emirates (Dubai) World Expo 2020 Committee. I am writing you to stand as my partner to receive my share of gratification from foreign companies whom I helped during the bidding exercise towards the

Re: [PATCH 2/3] iio: make use of iio_device_attach_kfifo_buffer() where straightforward

2020-04-07 Thread Ardelean, Alexandru
On Tue, 2020-04-07 at 11:26 +0200, Markus Elfring wrote: > [External] > > How do you think about a patch subject like “iio: Increase use of > iio_device_attach_kfifo_buffer()”? > > > > This change does that. > > I suggest to improve also this commit message. > > * Would you like to consider a

Re: [PATCH 2/3] iio: make use of iio_device_attach_kfifo_buffer() where straightforward

2020-04-07 Thread Markus Elfring
How do you think about a patch subject like “iio: Increase use of iio_device_attach_kfifo_buffer()”? > This change does that. I suggest to improve also this commit message. * Would you like to consider a wording like “Convert a specific function call combination to a better programming inter