From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 81389157041; Mon, 29 Jan 2024 17:07:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706548077; cv=none; b=BH/Y5Hl4byZpGOi5YyGQm1P7a6J4z1Zax71MP4PigGZkrYVTI8Irr5FgbZDETqu+YatQlzOHmzRaqw9X3xtjCvkimTLwGCPheDi2jgPCWpNLhuXB3kxY91bThn/6vyZ6KFRE5HBlF7XHmVGOCKQsJisbpThvLfQFXXnckq5xyvg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706548077; c=relaxed/simple; bh=eDoYwmq16tInTaOlY98xdXtERCs4GqLXBS/ebsVsUIk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kIS+rsShOaCzr0Dswm7wjz5OHUFzvEiFPIP3IlxuHZ97BycyX8Hoyf7mMRNKqDX9ey1SmJQVOXgSwLf7xr59zkyXHK9wPWDyTNd3FYGCTjfhHZbE6BIWOwpIbBg2A72wfSN3PDHE9TbqsMlOJjNWMIgauccFe7CYMcKMqSMuViY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=OlFavrjE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="OlFavrjE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC566C433C7; Mon, 29 Jan 2024 17:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706548077; bh=eDoYwmq16tInTaOlY98xdXtERCs4GqLXBS/ebsVsUIk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OlFavrjE7duVGk6uQwNRF5SkCN1kY36B/sJbtoNqL7mwoc3G2wupByPN4BVg/oV5n MZkwB/Z6HUX+jkz8y5bvrY07ix40czvGSlHRByPBf/vuQFIQk6ElQU3T9QYxPBOri0 Kd8QNXMiHm9xBrfhPzYwbU9F3eDWCR5icVDKUraM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, kernel test robot , Geert Uytterhoeven , Thomas Zimmermann , John Paul Adrian Glaubitz , Sasha Levin Subject: [PATCH 6.7 061/346] sh: ecovec24: Rename missed backlight field from fbdev to dev Date: Mon, 29 Jan 2024 09:01:32 -0800 Message-ID: <20240129170018.190360637@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240129170016.356158639@linuxfoundation.org> References: <20240129170016.356158639@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.7-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit d87123aa9a7920e88633ffc5c5a0a22ab08bdc06 ] One instance of gpio_backlight_platform_data.fbdev was renamed, but the second instance was forgotten, causing a build failure: arch/sh/boards/mach-ecovec24/setup.c: In function ‘arch_setup’: arch/sh/boards/mach-ecovec24/setup.c:1223:37: error: ‘struct gpio_backlight_platform_data’ has no member named ‘fbdev’; did you mean ‘dev’? 1223 | gpio_backlight_data.fbdev = NULL; | ^~~~~ | dev Fix this by updating the second instance. Fixes: ed369def91c1579a ("backlight/gpio_backlight: Rename field 'fbdev' to 'dev'") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202309231601.Uu6qcRnU-lkp@intel.com/ Signed-off-by: Geert Uytterhoeven Acked-by: Thomas Zimmermann Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/20230925111022.3626362-1-geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz Signed-off-by: Sasha Levin --- arch/sh/boards/mach-ecovec24/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 0f279360838a..30d117f9ad7e 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -1220,7 +1220,7 @@ static int __init arch_setup(void) lcdc_info.ch[0].num_modes = ARRAY_SIZE(ecovec_dvi_modes); /* No backlight */ - gpio_backlight_data.fbdev = NULL; + gpio_backlight_data.dev = NULL; gpio_set_value(GPIO_PTA2, 1); gpio_set_value(GPIO_PTU1, 1); -- 2.43.0