From: Victor Fusco Date: Tue, 19 Jul 2005 20:56:29 +0000 (-0700) Subject: [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type" X-Git-Tag: v2.6.13-rc4~84^2~19 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=5938a7b580bb7a738ee349048565ac76e6f3f5d7;p=cascardo%2Flinux.git [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type" Signed-off-by: Victor Fusco Signed-off-by: Domen Puncer Signed-off-by: Chas Williams Signed-off-by: David S. Miller --- diff --git a/drivers/atm/ambassador.c b/drivers/atm/ambassador.c index c46d9520c5a7..73c6b85299c1 100644 --- a/drivers/atm/ambassador.c +++ b/drivers/atm/ambassador.c @@ -794,7 +794,9 @@ static void drain_rx_pools (amb_dev * dev) { drain_rx_pool (dev, pool); } -static inline void fill_rx_pool (amb_dev * dev, unsigned char pool, int priority) { +static inline void fill_rx_pool (amb_dev * dev, unsigned char pool, + unsigned int __nocast priority) +{ rx_in rx; amb_rxq * rxq;