Re: [PATCH][next] staging: wilc1000: remove redundant assignment to variable result

2020-01-16 Thread Claudiu.Beznea
On 14.01.2020 19:27, Colin King wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > From: Colin Ian King > > The variable result is being initialized with a value that > is never read and is being re-assigned later on. The assignment >

Re: [PATCH] staging: wilc1000: look for rtc_clk clock in spi mode

2019-09-17 Thread Claudiu.Beznea
Now I see that your patch is for SPI interface, so, it may be necessary. Sorry for the noise. On 17.09.2019 10:11, claudiu.bez...@microchip.com wrote: > This is already present in staging-next (see [1] and [2]) > > [1] >

Re: [PATCH] staging: wilc1000: look for rtc_clk clock in spi mode

2019-09-17 Thread Claudiu.Beznea
This is already present in staging-next (see [1] and [2]) [1] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/drivers/staging/wilc1000?h=staging-next=8692b047e86cff448af1564a8bdda770d2deb567 [2]

Re: [PATCH v2 3/8] staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file

2019-02-07 Thread Claudiu.Beznea
On 07.02.2019 13:29, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Move data structure and function prototype from 'wilc_wlan_if.h file. > Now, this file contains constant specific to the firmware. > > Signed-off-by: Ajay Singh > --- > drivers/staging/wilc1000/host_interface.c |