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)
commite3db6cb42123f6dbde36122a4c81a06282370e1e
treef9da75c7902bd4722d383c3de71b4faf3290f404
parent81c553299ffc4ce3512a6ea3eaf5070c2238c960
9p: fix sparse warning: cast adds address space

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>
net/9p/trans_fd.c