[PATCH] NFC: Handle return value of skb_dequeue()

2017-12-16 Thread Arvind Yadav
skb_dequeue() will return NULL for an empty list or a pointer to the head element. Signed-off-by: Arvind Yadav --- net/nfc/rawsock.c | 4 1 file changed, 4 insertions(+) diff --git a/net/nfc/rawsock.c b/net/nfc/rawsock.c index e2188de..c6de1ac 100644 --- a/net/nfc/rawsock.c +++ b/net/nfc/r

Re: ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?

2017-12-16 Thread Enrico Mioso
Hello! I tested the Archer MR200 device removing the patch as you suggested: package/kernel/mac80211/patches/600-23-rt2x00-rt2800mmio-add-a-workaround-for-spurious-TX_F.patch ... the error still appears, but the driver is still working as of now. Here - reporting my dmesg [ 819.060392] ieee80211

Re: [PATCH v2] staging: wilc1000: Fix problems reported by checkpatch

2017-12-16 Thread Morgan Freeman
Hi Aditya, On Sat, Dec 16, 2017 at 01:24:24PM +0530, Aditya Shankar wrote: > This commit fixes below style problems in multiple lines > Fix checkpatch WARNING: line over 80 characters > > Signed-off-by: Aditya Shankar > --- The patch subject is not correct! I'm pretty sure checkpatch will compl