From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C906C43387 for ; Mon, 7 Jan 2019 12:49:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3102C206BB for ; Mon, 7 Jan 2019 12:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546865384; bh=dPxqyY3V+jt75QR2n12Gp7jBe8wl6CJ2tswEKaqvnUs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=lS3uSWBeuwqEx/EX/92ASH7R0O9NHALPmbPR2uWt3pDF9d94pn/4wWATBbIOY5+kK 1wkCd3juftqHSoepSWThfqFU3tSTlxif4yHGCP4fStb19irQPGfgdBlSc116ZvxFuR I3YplgXoWTWxyI5QZLiPEgJ9emEOwzNmvOSW3LZs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729333AbfAGMtn (ORCPT ); Mon, 7 Jan 2019 07:49:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:40482 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727334AbfAGMtk (ORCPT ); Mon, 7 Jan 2019 07:49:40 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97E5A20651; Mon, 7 Jan 2019 12:49:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546865380; bh=dPxqyY3V+jt75QR2n12Gp7jBe8wl6CJ2tswEKaqvnUs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Hj/zo6ZQFTvPeB1Sdzd/FcrSKMtjpBHbHGTrqtrCo6ItcbBusI35rTqEJnycqmHXA bFzSvZ5E9U2iKxdEMMvCUlTqjbbe+Ml66xyzSbosfz/W2hRAyw7UiG+gdNriOI4rrX zwB7/zCLFQfdK5+QettVqBGBpSRLasuPjuIPeLfo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Takashi Sakamoto , Takashi Iwai Subject: [PATCH 4.19 073/170] ALSA: firewire-lib: use the same print format for without_header tracepoints Date: Mon, 7 Jan 2019 13:31:40 +0100 Message-Id: <20190107104501.649405145@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190107104452.953560660@linuxfoundation.org> References: <20190107104452.953560660@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Takashi Sakamoto commit 5ef108c53e6efd695e32aad969638ccbc35b4be9 upstream. An initial commit to add tracepoints for packets without CIP headers uses different print formats for added tracepoints. However this is not convenient for users/developers to prepare debug tools. This commit uses the same format for the two tracepoints. Cc: # v4.12+ Fixes: b164d2fd6e49 ('ALSA: firewire_lib: add tracepoints for packets without CIP headers') Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/firewire/amdtp-stream-trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/firewire/amdtp-stream-trace.h +++ b/sound/firewire/amdtp-stream-trace.h @@ -131,7 +131,7 @@ TRACE_EVENT(in_packet_without_header, __entry->index = index; ), TP_printk( - "%02u %04u %04x %04x %02d %03u %3u %3u %02u %01u %02u", + "%02u %04u %04x %04x %02d %03u %02u %03u %02u %01u %02u", __entry->second, __entry->cycle, __entry->src,