[PATCH] zd1211rw: Readd zd_addr_t cast
authorDaniel Drake <dsd@gentoo.org>
Sat, 10 Feb 2007 01:27:18 +0000 (01:27 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Feb 2007 20:45:04 +0000 (15:45 -0500)
commit44956855ff9e21f58633a628b6b64e549a2fa0ed
tree636eac86a2084a7ebb798f7d1b6fc035727e8457
parentd9c7e0f20806795f7823e55ad3663c8828d51b5a
[PATCH] zd1211rw: Readd zd_addr_t cast

Robert P.J. Day's recent commit ("getting rid of all casts of
k[cmz]alloc() calls") introduced a sparse warning for zd1211rw,
related to our type-checking of addresses.

zd_chip.c:116:15: warning: implicit cast to nocast type

This patch readds the type cast, it is correct.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/zd1211rw/zd_chip.c