Re: [PATCH v6 16/17] dt: bindings: net: add microchip,wilc1000.yaml

2020-04-04 Thread Rob Herring
On Fri, 27 Mar 2020 06:33:20 +, wrote: > > From: Ajay Singh > > This file describes the binding details to connect wilc1000 device. It's > moved from staging to 'Documentation/devicetree/bindings/net/wireless' > path. > > Signed-off-by: Ajay Singh > --- >

[staging:staging-testing] BUILD SUCCESS 2577408b68c05a5b85d95d0e60f51509d4a1a674

2020-04-04 Thread kbuild test robot
allnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig i386 randconfig-a002-20200404 x86_64 randconfig-a002-20200404 x86_64 randconfig-a001

INSTRUCTIONS / WARNING FROM CENTRAL BANK. 04/04

2020-04-04 Thread Mr. Godwin Emefiele
Dear Esteemed Beneficiary, This is to bring to your notice from the Executive Governor of the Central Bank Remittance Department that your outstanding contractual / inheritance payment which was suspended by the Nigerian government there by stopping the TRANSFER DEPARTMENT to pause the

Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy

2020-04-04 Thread George Spelvin
On Sat, Apr 04, 2020 at 08:25:37PM +0300, Dan Carpenter wrote: > On Fri, Apr 03, 2020 at 11:40:28PM +, George Spelvin wrote: >> I understand that it's addressed more to patch authors than >> maintainers forwarding them, but I've read that thing a dozen times, >> and the description of S-o-b

Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy

2020-04-04 Thread Dan Carpenter
On Fri, Apr 03, 2020 at 11:40:28PM +, George Spelvin wrote: > I understand that it's addressed more to patch authors than > maintainers forwarding them, but I've read that thing a dozen times, > and the description of S-o-b always seemed to be about copyright. > It's to say that you didn't

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

2020-04-04 Thread Oscar Carter
Don't initialize the rate variable as it is set a few lines later. 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/baseband.c index

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

2020-04-04 Thread Oscar Carter
This patch series makes a cleanup of the vnt_get_frame_time function. The first patch removes the define RATE_54M and changes it for the ARRAY_SIZE macro. This way avoid possibles issues if the size of the vnt_frame_time array change in the future but not change accordingly the RATE_54M constant.

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

2020-04-04 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. Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/baseband.c

[PATCH 1/3] staging: vt6656: Use ARRAY_SIZE instead of define RATE_54M

2020-04-04 Thread Oscar Carter
Use ARRAY_SIZE to replace the define RATE_54M so we will never have a mismatch. In this way, avoid the possibility of a buffer overflow if this define is changed in the future to a greater value. Signed-off-by: Oscar Carter --- drivers/staging/vt6656/baseband.c | 2 +- 1 file changed, 1

Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy

2020-04-04 Thread Kalle Valo
George Spelvin writes: > On Fri, Apr 03, 2020 at 12:10:29PM +0300, Dan Carpenter wrote: >> On Thu, Apr 02, 2020 at 03:30:34PM +, George Spelvin wrote: >> > On Thu, Apr 02, 2020 at 11:27:45AM +0300, Dan Carpenter wrote: >> > > I don't know how this patch made it through two versions without