From: Eliad Peller Date: Fri, 11 Jul 2014 00:01:39 +0000 (+0300) Subject: wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e74b3aa6ffd80128e3df605bf27d8a6a3c04997;p=pandora-kernel.git wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs The *_bit operations expect unsigned longs. Instead of casting the pointers, simply define various bitmaps as unsigned long (instead of u32). Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed