[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48AE1802.5090301@lwfinger.net>
Date: Thu, 21 Aug 2008 20:36:02 -0500
From: Larry Finger <Larry.Finger@...inger.net>
To: LKML <linux-kernel@...r.kernel.org>
CC: Dominik Brodowski <linux@...inikbrodowski.net>
Subject: Help with compiler warning
In drivers/pcmcia/cardbus.c, the following statement
memcpy_fromio(ptr, s->cb_cis_virt + addr, len);
generates the warning
CC [M] drivers/pcmcia/cardbus.o
include/asm/io_32.h: In function ‘memcpy_fromio’:
include/asm/io_32.h:151: warning: passing argument 2 of ‘__memcpy’
discards qualifiers from pointer target type
s->cb_cis_virt is "void __iomem" and addr is uint.
What cast does argument 2 need to silence the warning?
Thanks,
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists