RE: [PATCH] Drivers: hv: vmbus: include header for get_irq_regs()

2018-09-15 Thread Michael Kelley (EOSG)
From Sebastian Andrzej Siewior Sent: Thursday, August 30, 2018 12:55 AM > > On !RT the header file get_irq_regs() gets pulled in via other header files. > On > RT it does not and the build fails: > > drivers/hv/vmbus_drv.c:975 implicit declaration of function > ‘get_irq_regs’ [- > Werror=

Re: [PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)

2018-09-15 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Fri, 7 Sep 2018 00:38:32 +0200: > Hello, > > This is the 2nd batch of API cleanup patches. This time we move > deprecated hooks/fields to the nand_legacy struct, and then move some > of the code found in nand_base.c into separate source/header files. > > Wit

September 14, 2018

2018-09-15 Thread Reiffeisen Bank
I am Mr. Noah Rivers, a staff of Raiffeisen Bank International AG, London Branch. A client of mine who shared the same last name with you and who, after his retirement lived in the United Kingdom died of a heart condition caused by the death of all the members of his family fourteen years back i

[PATCH] staging: mt7621-mmc: Remove do {} while (0) loop for single statement macro

2018-09-15 Thread Nishad Kamdar
This patch removes do {} while (0) loop for single statement macros. Issue found by checkpatch. Signed-off-by: Nishad Kamdar --- drivers/staging/mt7621-mmc/sd.c | 28 +++- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/drivers/staging/mt7621-mmc/sd.c b/dri