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 EC43E158A33 for ; Tue, 18 Jun 2024 11:44:52 +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=1718711094; cv=none; b=qxQpdwXsFlrAoEb7ZzoTuI4KRqHAKT+wzpC/ueOnRQcj1n4SCiWEdbL1F+0Xe6am24nzJHAp+so9Pd+2PEko+FXLtQ0Y1DHWsMvXztSddJJAmnixjo8rpU8G3S6dRp3pVmk9sEukKrHe1pwst67sdIfcwBwHpwDRctBvur4Avak= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718711094; c=relaxed/simple; bh=AQEuhLJn7rWUvoYXrruogt0G/85WrsUMZt/T1sSqKVY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=j9xyWa39IuYCnYAAgp9IKg4l5dtpHLkV7n3tonJqfGMxmsfjDcxo6w3im+k/TE5NpIIrwCehRU3epMwu3SIE41puSa5GgSufZwU3ODoxHVPq/bTt/Jc6Lw02hbASBKDrehRPfNhkOpAV2SVeK7yoWBtNr0T7nm5wwQvvdhthTgM= 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=hUhSaXJZ; 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="hUhSaXJZ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718711091; 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=hUhSaXJZyH/+O3moJnkP8b7sHO7kiRkATfpgFqejGdkNjCDtBVJinBk324y7H5Z9UxqIWg ZlwGIZldQLzisNUwxBbZI0/QyeIRrtEeR01yZLiNBX53AyM5KKFL6JtgapFb7ol/kpyFpP XEmVXZ3WlTLvouquppQEJjereGZBnj8= 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: stable@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