]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
i40e: store msg_enable in the right size
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 27 Feb 2015 09:15:22 +0000 (09:15 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 7 Mar 2015 12:59:42 +0000 (04:59 -0800)
commit71e6163a4ca274fcf63dd94bbe3c1efca497589f
tree278c6956f4d829d65084951f1752ee375c3c656b
parentef0620774f403c6f226ec22857f5df9217d603cd
i40e: store msg_enable in the right size

The kernel returns a u32 for netif_msg_init, and we were storing
it in a u16.  Fix the width of the datatype.

Change-ID: I4b23326e5707c91cd59325c5a1ccb2ba7a3974fc
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h