commit | e3db6cb42123f6dbde36122a4c81a06282370e1e | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Wed Feb 25 10:31:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 26 23:13:32 2009 -0800 |
tree | f9da75c7902bd4722d383c3de71b4faf3290f404 | |
parent | 81c553299ffc4ce3512a6ea3eaf5070c2238c960 [diff] |
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>