This patch just backs out a change in a previous patch
that generated a new sparse warning.

Signed-off-by: Mark Hounschell <ma...@compro.net>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
 drivers/staging/dgap/dgap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index ee5bdeb..3b73238 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -5060,7 +5060,7 @@ static void dgap_wmove(struct channel_t *ch, char *buf, 
uint cnt)
 static uint dgap_get_custom_baud(struct channel_t *ch)
 {
        u8 __iomem *vaddr;
-       ulong __iomem offset;
+       ulong offset;
        uint value = 0;
 
        if (!ch || ch->magic != DGAP_CHANNEL_MAGIC)
-- 
1.8.4.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to