#ifndef SIG_H #define SIG_H extern void register_signal(int signal, void (*handler)(int)); extern void register_signal_f(int signal, void (*handler)(int), int flags); #endif /* SIG_H */ //distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-05-31 19:05:56 +0300
committerDoug Ledford <dledford@redhat.com>2016-06-06 19:19:07 -0400
commitda1f857be62ca0472024da37eab068b3b8ce0a15 (patch)
treea94ed310233f1fa87a411ab7e6c48657f1c47792
parentf242d93ae92032f78840471e5c2bfc2d04ae324c (diff)
IB/core: fix an error code in ib_core_init()
We should return the error code if ib_add_ibnl_clients() fails. The current code returns success. Fixes: 735c631ae99d ('IB/core: Register SA ibnl client during ib_core initialization') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>