]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
xen: netfront: ethtool stats fields should be unsigned long
authorIan Campbell <Ian.Campbell@citrix.com>
Thu, 10 Mar 2011 07:04:18 +0000 (07:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2011 22:10:10 +0000 (15:10 -0700)
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netfront.c

index da1f121203466c10bc668f84d1f511486273e292..27cf72f26cbb647953c1f326981f29d146a15a42 100644 (file)
@@ -122,7 +122,7 @@ struct netfront_info {
        struct mmu_update rx_mmu[NET_RX_RING_SIZE];
 
        /* Statistics */
-       int rx_gso_checksum_fixup;
+       unsigned long rx_gso_checksum_fixup;
 };
 
 struct netfront_rx_info {