diff --git a/net/caif/cfctrl.c b/net/caif/cfctrl.c index 2bd4b58f437202113676ab6984bd81b9cbc5c9d1..0f455227da8320bdcfe42daa61673701b25224fa 100644 --- a/net/caif/cfctrl.c +++ b/net/caif/cfctrl.c @@ -293,9 +293,10 @@ int cfctrl_linkup_request(struct cflayer *layer, count = cfctrl_cancel_req(&cfctrl->serv.layer, user_layer); - if (count != 1) + if (count != 1) { pr_err("Could not remove request (%d)", count); return -ENODEV; + } } return 0; }