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

Commit ef5398bb authored by Don Skidmore's avatar Don Skidmore Committed by Jeff Kirsher
Browse files

ixgbe: Clean up type inconsistency



Missed this when I created commit 6a14ee0c ("ixgbe: Add X550 support
function pointers").  Use a the __be* type to be consistent with how the
value is assigned.

CC: <kernel-team@fb.com>
Signed-off-by: default avatarDon Skidmore <donald.c.skidmore@intel.com>
Tested-by: default avatarPhil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 1f9ac57c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2462,8 +2462,8 @@ struct ixgbe_hic_read_shadow_ram {

struct ixgbe_hic_write_shadow_ram {
	union ixgbe_hic_hdr2 hdr;
	u32 address;
	u16 length;
	__be32 address;
	__be16 length;
	u16 pad2;
	u16 data;
	u16 pad3;