commit | 180b65df7ba1e700e28aabfbddbad84b7beebe4b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Nov 25 16:51:45 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 16:51:45 2008 -0800 |
tree | 2563802614050480f4b85dd7b0559b4aa7d49bc6 | |
parent | d3f644da909549a4cf0ad27541df342f75158cc0 [diff] |
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>