From: Jeff Layton Date: Wed, 16 Jul 2014 10:52:20 +0000 (-0400) Subject: sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac0fbbfc141f758e2f331d1fee95bc105f87914;p=pandora-kernel.git sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c Use u16 pointer in setup_token and setup_token_v2. None of the fields are actually handled as __be16, so this simplifies the code a bit. Also get rid of some unneeded pointer increments. Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed