[PATCH] staging: fbtft: force cast to non-__iomem pointer

2015-04-16 Thread Garret Kelly
erent address spaces) drivers/staging/fbtft/fbtft-core.c:918:19:expected void const *addr drivers/staging/fbtft/fbtft-core.c:918:19:got char [noderef] *screen_base Signed-off-by: Garret Kelly --- drivers/staging/fbtft/fbtft-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: goldfish: Fix missing blank lines

2014-04-06 Thread Garret Kelly
Fix two instances of the following checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Garret Kelly --- drivers/staging/goldfish/goldfish_audio.c | 1 + drivers/staging/goldfish/goldfish_nand.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers