From: Bob Copeland Date: Tue, 15 Apr 2014 14:43:06 +0000 (-0400) Subject: mac80211: mesh: use u16 return type for u16 getter X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~12^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee6499c8c6d0d1bc75cbae51f89c4d35a5aaa1f;p=pandora-kernel.git mac80211: mesh: use u16 return type for u16 getter u16_field_get() is a simple wrapper around get_unaligned_le16(), and it is being assigned to a u16, so there's no need to promote to u32 in the middle. Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- Reading git-diff-tree failed