From patchwork Wed Dec 9 06:31:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 11960583 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=-11.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,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 558B7C4361B for ; Wed, 9 Dec 2020 06:34:07 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1B05122288 for ; Wed, 9 Dec 2020 06:34:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B05122288 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=FCSnDxOXuAsO2y7ImtCWA/S9tO+I7RSkMYmxi6EbTns=; b=tqsEdOquQnAOi52YgsuavbrxUS JdaqvktO/lR4HSu+8hDvRXkhVRxwoWb4Uvd9VUzgseO08tDHGEB3roz7U6cN8beHnBGMyFdtKhNhu R1FqifAajngrbPHBbDbsWBR2t8W3/EE4L7O5zb3alNpfkro8saHiwwP7C1w6CPbb5h2ScGS3Fvhpd 0mjDVvpnRaVWzrxhy3Z2jVqqDRTJG6VaaWmmntlvLcMkKu85VlSugAh3LDoxWUqo3rP6d5NUtbEKA kfO9EEJ+pCHjRSkQ2iG6zz1D/l/gWdTMd3OUo+Ms0j1PNf2kcIhzNYbiE7enJI0I/ShxFjvnQ39h5 9KMNSh9Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmt1n-0005CV-PX; Wed, 09 Dec 2020 06:32:43 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmt1k-0005Bd-H8; Wed, 09 Dec 2020 06:32:41 +0000 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CrRzJ6djFz15Z3P; Wed, 9 Dec 2020 14:31:56 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Wed, 9 Dec 2020 14:32:21 +0800 From: Zhen Lei To: Stanley Chu , Alim Akhtar , Avri Altman , "James E . J . Bottomley" , "Martin K . Petersen" , Matthias Brugger , linux-scsi , linux-mediatek , linux-arm-kernel , linux-kernel Subject: [PATCH 0/1] scsi: ufs-mediatek: use correct path to fix compiling error Date: Wed, 9 Dec 2020 14:31:43 +0800 Message-ID: <20201209063144.1840-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201209_013240_856479_D77A5DC2 X-CRM114-Status: UNSURE ( 7.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Zhen Lei Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch is based on the latest linux-next code. So the Fixes commit-id maybe changed when it merged int v5.11-rc1. Zhen Lei (1): scsi: ufs-mediatek: use correct path to fix compiling error drivers/scsi/ufs/ufs-mediatek-trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)