Re: [PATCH 9/9][v2] mISDN: hfcmulti: use __iomem address spacemodifier

From: David Miller
Date: Sat Dec 13 2008 - 00:20:30 EST


From: Hannes Eder <hannes@xxxxxxxxxxxxxx>
Date: Thu, 11 Dec 2008 22:36:00 +0100

> Impact: make use of the __iomem address space modifier, and change u_char *,
> u_short * and u_int * to void *
>
> Fix more than 30 sparse warnings of this or similar type:
>
> drivers/isdn/hardware/mISDN/hfcmulti.c:261:31: warning: incorrect type in argument 2 (different address spaces)
> drivers/isdn/hardware/mISDN/hfcmulti.c:261:31: got unsigned char [usertype] *
> drivers/isdn/hardware/mISDN/hfcmulti.c:261:31: expected void volatile [noderef] <asn:2>*addr
>
> Signed-off-by: Hannes Eder <hannes@xxxxxxxxxxxxxx>
> Acked-by: Karsten Keil <kkeil@xxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/