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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ACDFAC48BCF for ; Sat, 12 Jun 2021 07:30:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F8D3610A0 for ; Sat, 12 Jun 2021 07:30:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230395AbhFLHcD (ORCPT ); Sat, 12 Jun 2021 03:32:03 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:54994 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbhFLHcC (ORCPT ); Sat, 12 Jun 2021 03:32:02 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id A89AC2199D; Sat, 12 Jun 2021 07:30:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1623483002; h=from:from:reply-to: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=d4KBxpSu2FYjcjpQOtcw/aAHU40Zo/SsRhf98joc1V4=; b=W1NTx2DKztNRmGGfAgmF5k/nKRqHu5z3N89vBZUoqp331zrG6xMNW3HpUNhADT00QHo6NT 5vlVGhRMef3jpD0nVQPGThn47OwmwuN90wF2G2IzNfpd+peNqwFVpgco1BoqHK7GSH31LS 4Zw/eADbk8MtoGEUoY5IvizL5iw3xMk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1623483002; h=from:from:reply-to: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=d4KBxpSu2FYjcjpQOtcw/aAHU40Zo/SsRhf98joc1V4=; b=go48V8Ief54zQ/YUuvWwLg4+SL5LCeZuhFPbsqzFwswJVF/62tvgDy1Xh3oMMEYwYS33wA 2MhV3CiV4xrV8kBA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 8A0F4A3B83; Sat, 12 Jun 2021 07:30:02 +0000 (UTC) Date: Sat, 12 Jun 2021 09:30:02 +0200 Message-ID: From: Takashi Iwai To: YueHaibing Cc: , , , Subject: Re: [PATCH -next] ALSA: trident: Fix build error In-Reply-To: <20210612033458.42928-1-yuehaibing@huawei.com> References: <20210612033458.42928-1-yuehaibing@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Jun 2021 05:34:58 +0200, YueHaibing wrote: > > sound/pci/trident/trident_memory.c: In function ‘set_tlb_bus’: > sound/pci/trident/trident_memory.c:85:35: error: ‘pagetr’ undeclared (first use in this function); did you mean ‘page’? > for (i = 0; i < UNIT_PAGES; i++, pagetr++) { > ^~~~~~ > page > > Fixes: 74fb98311c4e ("ALSA: trident: Drop shadow TLB pointer table") > Signed-off-by: YueHaibing Thanks, applied. Takashi