[PATCH] x86/xen/efi: Fix EFI variable 'name' type conversion

2019-09-01 Thread Adam Zerella
This resolves a type conversion from 'char *' to 'unsigned short'. and static usage warning as hinted by Sparse. Signed-off-by: Adam Zerella --- arch/x86/xen/efi.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/x86/xen/efi.c b/arch/x86/xen/efi.c index

[PATCH v2] pcmcia/i82092: Refactored dprintk macro for dev_dbg().

2019-08-24 Thread Adam Zerella
As suggested in https://kernelnewbies.org/KernelJanitors/Todo this patch replaces the outdated macro of DPRINTK for dev_dbg() To: Dominik Brodowski To: Thomas Gleixner To: Greg Kroah-Hartman To: Adam Zerella To: linux-kernel@vger.kernel.org Signed-off-by: Adam Zerella --- Changes in v2

[PATCH] pcmcia/i82092: Refactored dprintk macro for pr_debug().

2019-08-23 Thread Adam Zerella
As pointed out in https://kernelnewbies.org/KernelJanitors/Todo this patch replaces the outdated macro of DPRINTK for pr_debug() To: Dominik Brodowski To: Thomas Gleixner To: Greg Kroah-Hartman To: Adam Zerella To: linux-kernel@vger.kernel.org Signed-off-by: Adam Zerella --- drivers/pcmcia