From: Jes Sorensen Date: Mon, 13 Apr 2015 14:28:41 +0000 (-0400) Subject: staging: unisys: visorchipset: Do not use confuse size of long with size of u32 X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~1002 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52063eca7fd04cb4e8a5b8f0d4f99c5e8816d59e;p=pandora-kernel.git staging: unisys: visorchipset: Do not use confuse size of long with size of u32 struct visorcipset_device_info defines bus_no and dev_no as u32, while the deprecated ulong type is 64 bits. Hence avoid promoting the values to 64 bit just to truncate them again later. Signed-off-by: Jes Sorensen Tested-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed