OSDN Git Service

x86/PVH: avoid 32-bit build warning when obtaining VGA console info
authorJan Beulich <jbeulich@suse.com>
Tue, 21 Mar 2023 08:03:26 +0000 (09:03 +0100)
committerJuergen Gross <jgross@suse.com>
Wed, 22 Mar 2023 15:59:46 +0000 (16:59 +0100)
commitaadbd07ff8a75ed342388846da78dfaddb8b106a
treec674f5cec94e4ee9784bbb9090d2cd094eee5677
parent6214894f49a967c749ee6c07cb00f9cede748df4
x86/PVH: avoid 32-bit build warning when obtaining VGA console info

In the commit referenced below I failed to pay attention to this code
also being buildable as 32-bit. Adjust the type of "ret" - there's no
real need for it to be wider than 32 bits.

Fixes: 934ef33ee75c ("x86/PVH: obtain VGA console info in Dom0")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/2d2193ff-670b-0a27-e12d-2c5c4c121c79@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/enlighten_pvh.c