Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp687062ybg; Wed, 3 Jun 2020 10:54:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxPYLx3EnSiQIrs4MRGwsNB1PJ/ugig/+AK/abFcUZP82HnJkRqQ2jddVHXJe0f4Pqg/mL X-Received: by 2002:a05:6402:943:: with SMTP id h3mr582315edz.89.1591206868755; Wed, 03 Jun 2020 10:54:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591206868; cv=none; d=google.com; s=arc-20160816; b=GYJfBuf7ZZNYprTME7RHixcSBEeLB2WKLCN/yYJKp74llDxhdp38tLWPRTzEQoS4mq 3jfXdSRtWfuP44S+EOTnYNMsP0j9AuMi9UGNd8Pa4bqTXPlm0CsZHJsr8Z7lUE7LRcy6 xhBE4KdoDLDCCxoPY78wlaFcnF6oXVYyz009be3wRQJplZHrtvdCLi0mU2OLVmhIi8a/ G9SyM9hgqFcUdfevS+jFZ40ITh1AC64Xv/c5AKioCYtjRDBLAP1tkg9PgC9apoxIogiA fZwESIhnKissuS6b1BiPIBdh7+6H/soFOtD/GkusSIR7m0HtaAFDaHPcNhF5TRW+k9wA LsEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=bQ4hi2oyhP7kYPcVaVDe7NgATZYcc1/bXmQR/y2quXM=; b=RaANAXabU/Utj29DmNKqOXDutVNPXxhd305yW9IyU0g0CEQoFrXboFwMTII+U5SJ2e 8iVYwIbZ9Rzz+fvmKhinzuC5G8uTdL1H+3/fXJ9DDmfA/I9oEoA1tGciuXD/Pb0L0pe1 5vXdlRnjyyBqmRB1tFwc8/1YoY34EArwI7kI4io6Kw5iQLZ/AUpqaLzNRzPQsmF5ujvb 7g4iWBeCzPo375tVEX3gd4YUNIhgAeZTs1eZ/SeDp4Ea6mc/G41suXpDLjRGlbmndk9k pl80cRv75e0A/JbPM3ou1C6xELf0OxISLkuw6nq12+SzUmnCZVdwPWhs2NOoDq0ifCvt o4eQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id be28si129444edb.525.2020.06.03.10.54.04; Wed, 03 Jun 2020 10:54:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726213AbgFCRyB (ORCPT + 99 others); Wed, 3 Jun 2020 13:54:01 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:48497 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725601AbgFCRyA (ORCPT ); Wed, 3 Jun 2020 13:54:00 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id AEAF1CED2F; Wed, 3 Jun 2020 20:03:47 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v1] bluetooth:Removing noisy dbg message From: Marcel Holtmann In-Reply-To: <20200601142059.136748-1-alainm@chromium.org> Date: Wed, 3 Jun 2020 19:53:59 +0200 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20200601142059.136748-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This patch removes a particularly noisy dbg message. The debug message > isn't particularly interesting for debuggability so it was simply > removed to reduce noise in dbg logs. > > Signed-off-by: Alain Michaud > --- > > net/bluetooth/af_bluetooth.c | 2 -- > 1 file changed, 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel