From: Daniel Drake Date: Sat, 10 Feb 2007 01:27:18 +0000 (+0000) Subject: [PATCH] zd1211rw: Readd zd_addr_t cast X-Git-Tag: v2.6.21-rc1~51^2^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44956855ff9e21f58633a628b6b64e549a2fa0ed;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed