summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorDavid Kershner2016-02-24 19:30:38 +0100
committerGreg Kroah-Hartman2016-02-26 07:41:48 +0100
commit785d43077f855ef710aa765273d3355efa7c82fe (patch)
tree5c5867923e230f6f0149362aa68e39b4fa6706ce /drivers/staging/unisys
parentstaging: unisys: iochannel.h: fix inconsistent indenting (diff)
downloadkernel-qcow2-linux-785d43077f855ef710aa765273d3355efa7c82fe.tar.gz
kernel-qcow2-linux-785d43077f855ef710aa765273d3355efa7c82fe.tar.xz
kernel-qcow2-linux-785d43077f855ef710aa765273d3355efa7c82fe.zip
staging: unisys: iochannel.h add_phys_info needs u64 pfn
The pfn field in the channel is 64 bits, the parameter being passed should be 64 bits as well. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/include/iochannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h
index 42356a29383d..880d9f04cbcf 100644
--- a/drivers/staging/unisys/include/iochannel.h
+++ b/drivers/staging/unisys/include/iochannel.h
@@ -575,7 +575,7 @@ struct spar_io_channel_protocol {
* room)
*/
static inline u16
-add_physinfo_entries(u32 inp_pfn, u16 inp_off, u32 inp_len, u16 index,
+add_physinfo_entries(u64 inp_pfn, u16 inp_off, u32 inp_len, u16 index,
u16 max_pi_arr_entries, struct phys_info pi_arr[])
{
u32 len;