Re: [PATCH -next] connector: simplify the return expression of cn_add_callback()

2020-09-21 Thread David Miller
From: Qinglang Miao Date: Mon, 21 Sep 2020 21:10:06 +0800 > Simplify the return expression. > > Signed-off-by: Qinglang Miao Applied.

[PATCH -next] connector: simplify the return expression of cn_add_callback()

2020-09-21 Thread Qinglang Miao
Simplify the return expression. Signed-off-by: Qinglang Miao --- drivers/connector/connector.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/connector/connector.c b/drivers/connector/connector.c index 2d22d6bf5..7d59d18c6 100644 ---