From patchwork Fri Jan 25 14:22:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 156598 Delivered-To: patch@linaro.org Received: by 2002:a02:48:0:0:0:0:0 with SMTP id 69csp418083jaa; Fri, 25 Jan 2019 06:22:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN5X6udJXqc2nnPvzjCbuoo3lm74azmsmJ+M1SXkda+IT/HOEXBlJfM060waIuf/lhMyBHeI X-Received: by 2002:a17:902:b118:: with SMTP id q24mr11367536plr.209.1548426168520; Fri, 25 Jan 2019 06:22:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548426168; cv=none; d=google.com; s=arc-20160816; b=NxlpZouqBRPGBW+knaYk6sf6/v9fk/fSxdRyRdJirj+rrElMRRNbT7DP9PBeEtCGE2 lKFD/DSRXB4y1/QJ4fl7lCc3cmuCfCqnxGnDiAy/h7j0oIzp3E5UiXqQ4A/3A5Fnkvtj 9lzFFJpC7MhwuJ/hOfCfuG2hZ7Srb4oeediMx7qAlFURez+HuJDq3U6KOGb+ZpsfCHMq Z211UO4f/wr1dhKVL8XiSxdjGs1HBvrWIbd5CH4T0evBvkoh77oGRs7Tt6fVRMMMQGQD s3Cl7w0zno8ALvVMp8pg/Pd7s41Iz/9KUq+UkU9vWSYOxLRSzypTEaNS6t0UF8Bg9Mvq jz7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=kUdveK5UOEQiEd7npgBgStjl7fUG7DZIX5Tnmcg0BFM=; b=tEBxIPQracT1pffj7ALf2YKVCxG7PL/HdKPeCWZE2hCdITgkW/Qy3N9IbrEZaMWgfG ZZSIdM54EcoSI02l580V+OX+sRRFdMhcJU3/lnW6wWtayxN/DStDJ7l3Dsa1PB1xFpY6 SntzEiatKK4//1sq9vq5x1NDMpkMw1Sh/vCG0HBYIIRhMO53huL8/IVy45TJzsLqyW0G iQu29M8vcKiZTIX1lIvf+MVMIfwDmf2+ah8RpERcM+8tiBzVsXJMGUAlWJQmWUDQ2xpg cG18vS943Gp7sU912Ey5hjMmWlQ+HUHOFdEICyPI5VjMFYhISbs1nfBKEEYASEm+ohet D2eg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l5si24016089plt.5.2019.01.25.06.22.48; Fri, 25 Jan 2019 06:22:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729226AbfAYOWq (ORCPT + 31 others); Fri, 25 Jan 2019 09:22:46 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:56366 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728934AbfAYOWH (ORCPT ); Fri, 25 Jan 2019 09:22:07 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 6B10F5992F04C7971629; Fri, 25 Jan 2019 22:22:04 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.408.0; Fri, 25 Jan 2019 22:21:54 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 13/13] scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() Date: Fri, 25 Jan 2019 22:22:39 +0800 Message-ID: <1548426159-225679-14-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1548426159-225679-1-git-send-email-john.garry@huawei.com> References: <1548426159-225679-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This call must have been missed when I reworked the debugfs feature for upstreaming, so add it back. Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_main.c | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c index e48b627..13ab0ad 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_main.c +++ b/drivers/scsi/hisi_sas/hisi_sas_main.c @@ -2692,6 +2692,7 @@ static int hisi_sas_show_row_32(struct seq_file *s, int index, /* completion header size not fixed per HW version */ seq_printf(s, "index %04d:\n\t", index); for (i = 1; i <= sz / 4; i++, ptr++) { + seq_printf(s, " 0x%08x", le32_to_cpu(*ptr)); if (!(i % 4)) seq_puts(s, "\n\t"); }