X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fnet%2Ftun.c;h=55786a0efc414ae0007e97ae2ccebb8b53c9ab9b;hb=525da9072c28df815bff64bf00f3b11ab88face8;hp=b100bd50a0d7f27e0bda4144ffb3288a5bfc4d40;hpb=e0985f27ddc3cd49c56fc3a76ec4ae3a594315d0;p=~andy%2Flinux diff --git a/drivers/net/tun.c b/drivers/net/tun.c index b100bd50a0d..55786a0efc4 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -1142,7 +1142,7 @@ static int tun_get_iff(struct net *net, struct tun_struct *tun, * privs required. */ static int set_offload(struct net_device *dev, unsigned long arg) { - unsigned int old_features, features; + u32 old_features, features; old_features = dev->features; /* Unset features, set them as we chew on the arg. */