From: Eric Dumazet Date: Wed, 30 Nov 2011 21:42:26 +0000 (+0000) Subject: net: net_device flags is an unsigned int X-Git-Tag: v3.3-rc1~182^2~385 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b536db9332cf90c4f44ca809f028645205fa89ad;p=pandora-kernel.git net: net_device flags is an unsigned int commit b00055aacdb ([NET] core: add RFC2863 operstate) changed net_device flags from unsigned short to unsigned int. Some core functions still assume its an unsigned short. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed