From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) (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 E6EB411C92 for ; Mon, 11 Mar 2024 09:57:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710151051; cv=none; b=C39Cp0pykjWWtEKSTU2S2L+jEtMdlNz5wsg7popH6ySnBLis5XVaVcpZmqbkADCJGp3/q/6Ku4uP4L0M6W06VO7kkYkMjHuXmwiT0nN2visgJeH8Vm7WIMTuaz5qQMJJh5n+ODKjOZPP9ZCe3RUWB3LA5Sem/onjlQSUBGIG8rQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710151051; c=relaxed/simple; bh=2vuKp+KDsTG17ZrXBaCobVy0VRyFIZv2frWIqn2rFco=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UjFdLiA9kg7/yAaPxRB8q5uw7vFMHF0L7zvQ5zOkM2NvIFN/w2Yh94tmRMZdz40PF0sFQc9iTUAXTYTzvFGPtpeWtehNc5GbnzeLMDBlwVkWkp/D66x08bOpLJxxmwFhXYpNZL8h4dWA8e9X9DukdltEW+9pZOB4bCGBOHsMgcM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=fail smtp.mailfrom=kernel.org; arc=none smtp.client-ip=198.175.65.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=kernel.org X-IronPort-AV: E=McAfee;i="6600,9927,11009"; a="4940783" X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="4940783" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2024 02:57:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11009"; a="914354392" X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="914354392" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2024 02:57:28 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rjcPN-0000000BaML-3sAR; Mon, 11 Mar 2024 11:57:25 +0200 Date: Mon, 11 Mar 2024 11:57:25 +0200 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Chris Packham , linux-kernel@vger.kernel.org Subject: Re: [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace Message-ID: References: <20240310211304.1190913-1-chris.packham@alliedtelesis.co.nz> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Mar 11, 2024 at 10:46:17AM +0100, Geert Uytterhoeven wrote: > On Sun, Mar 10, 2024 at 10:13 PM Chris Packham > wrote: > > The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure > > these are imported. > > > > Fixes: 899383f9ecf5 ("auxdisplay: Add 7-segment LED display driver") > > Reported-by: kernel test robot > Closes: https://lore.kernel.org/r/202403100401.IDre04gu-lkp@intel.com/ > > > Signed-off-by: Chris Packham > > Reviewed-by: Geert Uytterhoeven Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko