diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-26 01:51:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-26 01:51:45 +0100 |
commit | 180b65df7ba1e700e28aabfbddbad84b7beebe4b (patch) | |
tree | 2563802614050480f4b85dd7b0559b4aa7d49bc6 /Makefile | |
parent | dsa: fix warning in net/dsa/mv88e6060.c (diff) | |
download | linux-180b65df7ba1e700e28aabfbddbad84b7beebe4b.tar.xz linux-180b65df7ba1e700e28aabfbddbad84b7beebe4b.zip |
fix warning in fs/dlm/netlink.c
this warning:
fs/dlm/netlink.c: In function ‘dlm_timeout_warn’:
fs/dlm/netlink.c:131: warning: ‘send_skb’ may be used uninitialized in this function
triggers because GCC does not recognize the (correct) error flow
between prepare_data() and send_skb.
Annotate it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions