x86, boot: Fix port argument to inl() function
authorHe Chunhui <hchunhui@mail.ustc.edu.cn>
Tue, 31 Jan 2012 16:48:28 +0000 (00:48 +0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 31 Jan 2012 20:05:54 +0000 (12:05 -0800)
commit35f1790e6c6a7e4cae57b616cf36444d27fa6b28
tree8b4457628c5813f45e1972dd6d76b62a27b75048
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
x86, boot: Fix port argument to inl() function

"u32 port" in inl() should be "u16 port".

[ hpa: it's a bug, but it doesn't produce incorrect code, so no need
  to put this into urgent or stable. ]

Signed-off-by: He Chunhui <hchunhui@mail.ustc.edu.cn>
Link: http://lkml.kernel.org/r/32892299.2931391328028508117.JavaMail.coremail@mailweb
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/boot.h