9p: fix sparse warning: cast adds address space
authorHannes Eder <hannes@hanneseder.net>
Wed, 25 Feb 2009 10:31:37 +0000 (10:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:13:32 +0000 (23:13 -0800)
Impact: Trust in the comment and add '__force' to the cast.

Fix this sparse warning:
  net/9p/trans_fd.c:420:34: warning: cast adds address space to expression (<asn:1>)

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found