Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754537AbbFCKdm (ORCPT ); Wed, 3 Jun 2015 06:33:42 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:35318 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754338AbbFCKca (ORCPT ); Wed, 3 Jun 2015 06:32:30 -0400 MIME-Version: 1.0 In-Reply-To: <1433260130-1604-4-git-send-email-sergei@s15v.net> References: <1433260130-1604-4-git-send-email-sergei@s15v.net> Date: Wed, 3 Jun 2015 12:32:28 +0200 Message-ID: Subject: Re: [PATCH] kdbus: kdbus_conn_connect(): use `bus' instead of `conn->ep->bus' From: David Herrmann To: Sergei Zviagintsev Cc: Greg Kroah-Hartman , Daniel Mack , David Herrmann , Djalal Harouni , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1293 Lines: 36 Hi On Tue, Jun 2, 2015 at 5:48 PM, Sergei Zviagintsev wrote: > Local `bus' is already set to `conn->ep->bus'. Use it. > > Signed-off-by: Sergei Zviagintsev > --- > ipc/kdbus/connection.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: David Herrmann Thanks David > diff --git a/ipc/kdbus/connection.c b/ipc/kdbus/connection.c > index b00872edbbc9..b9f13749a748 100644 > --- a/ipc/kdbus/connection.c > +++ b/ipc/kdbus/connection.c > @@ -432,7 +432,7 @@ static int kdbus_conn_connect(struct kdbus_conn *conn, const char *name) > * directly, and won't cause any notifications. > */ > if (!kdbus_conn_is_monitor(conn)) { > - ret = kdbus_notify_id_change(conn->ep->bus, KDBUS_ITEM_ID_ADD, > + ret = kdbus_notify_id_change(bus, KDBUS_ITEM_ID_ADD, > conn->id, conn->flags); > if (ret < 0) > goto exit_disconnect; > -- > 1.8.3.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/