Ingo Molnar 180b65df7b 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>
2008-11-25 16:51:45 -08:00
..
2008-09-05 09:51:30 -05:00
2008-04-21 11:18:01 -05:00
2008-11-13 13:22:34 -06:00
2008-07-14 13:56:59 -05:00
2008-04-21 11:22:28 -05:00
2008-04-21 11:22:28 -05:00
2008-11-25 16:51:45 -08:00
2008-09-04 12:55:13 -05:00
2008-08-28 11:49:43 -05:00