From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CACCD158A35 for ; Tue, 18 Jun 2024 11:44:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718711095; cv=none; b=ju4c7VodT4+4fr3kje/b80WeEYu3jFAVznnacBWNerf0Fby1IttWDoBkAIX7ODFCOmyhJWkjvzLz4kCKUkOR0CCGr6uTHNHvLlhrZGTxl5iuHztY9RkJDVcP184MM1/DI8r5mWRxVUVcGfNeWkcwUfQWmJXy/NPDWLRtvLupX40= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718711095; c=relaxed/simple; bh=AQEuhLJn7rWUvoYXrruogt0G/85WrsUMZt/T1sSqKVY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lF6nT1g6GDBx0JgF8gkXGcycBH62r+ZbyAkd87YF5Up9ntsVtAq3oTyG4+Jc6UEzhiIcxzqebNbmsR0FuLHgYr7ni6Jdl68RdlhCQoBzgMgP6TbpdoWHsWEwr9zq6zOnCIMwmLPxVAK/UnXCxm1bwibN1HkqDxbnFZCrmvKQU8I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Vd5noJ7q; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Vd5noJ7q" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718711092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AQEuhLJn7rWUvoYXrruogt0G/85WrsUMZt/T1sSqKVY=; b=Vd5noJ7qBkUEnMjRBVlbAMC28zmrrcisTg3O00mWn/D2OsCVbGc0GKvRh79Yl3NiF1YVFv iWd0PKENzeVhvJ7tkF2daEfBirL0B1iOPWXA4iqqOrUN9L+TPB1QrSdzQJOsP2PNVZaONj m8VR82xFPSlALu392TiAlJzooqcNsZQ= Received: from mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-70-kzHtZtJZM4uDuRrwRtXZ6g-1; Tue, 18 Jun 2024 07:44:48 -0400 X-MC-Unique: kzHtZtJZM4uDuRrwRtXZ6g-1 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D926719560AB; Tue, 18 Jun 2024 11:44:46 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.39.192.152]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 257A83000218; Tue, 18 Jun 2024 11:44:42 +0000 (UTC) From: Jose Ignacio Tornos Martinez To: horms@kernel.org Cc: davem@davemloft.net, edumazet@google.com, jtornosm@redhat.com, kuba@kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, stable@vger.kernel.org Subject: Re: [PATCH] net: usb: ax88179_178a: improve link status logs Date: Tue, 18 Jun 2024 13:44:40 +0200 Message-ID: <20240618114441.22828-1-jtornosm@redhat.com> In-Reply-To: <20240618111505.GA650324@kernel.org> References: <20240618111505.GA650324@kernel.org> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 Hello Simon, I will fix them right now. Thanks Best regards José Ignacio