Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 785d4307 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

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: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 12bfed88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;