This patch just backs out a change in a previous patch that generated a new sparse warning. Signed-off-by: Mark Hounschell <markh@xxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel