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 A4E9E3D5662; Mon, 11 May 2026 10:23:47 +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=1778495027; cv=none; b=YrPetKknqrZniv8RvhgUmg9QPeDFFdqxdyItrLwSeqfzaI33+r/bbPSnVPCEA5XgtkOrIwoqFjhwSMOAq8J6/uFyuvWiehp3O+bwaiu7DSMHrKo3DyzS8mipMp9tt/eX9diyokTgZDsb55s9h/Eb+9szXsrC1m9OCdQATFwEHuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778495027; c=relaxed/simple; bh=H4bh643ZAWg+KT4NrCi5QbTwqF52+LZQ8uy6drN/aNE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DK+SygT3cDwHpiqR3Ut7DGsikUNCCP6jYhj31UOSy+ao9b8xK07HLsPKGPtMLLBiIFRyn7EXeuf8TDxWfoDb8P9VlnuhzlyrWwQyxUMxpEj52exj9y7ADMyPt3UfMHH/dnyNS45SgCYC+ecK6NDx4zlKtb9zvRXx4t9C+NXhebM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KbbX4EKN; 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="KbbX4EKN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C44EC2BCB0; Mon, 11 May 2026 10:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778495026; bh=H4bh643ZAWg+KT4NrCi5QbTwqF52+LZQ8uy6drN/aNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KbbX4EKNpOrC9UzMBd43Mn8KLbcaAKpFFfYwlYYo9w9+UMuEFFnSiLuqc9xSpvuLy Pha9xPyyT9wA7XhH5UhqBHbYPlxV9ifhxDZT2VPTfhNDz3Yqjn05xOCDmf/P6gr3qL 6AR/Y7K6mMgvfiS7VOMoNBQZocLZ4mni3tv+L9Lc= Date: Mon, 11 May 2026 12:23:44 +0200 From: Greg Kroah-Hartman To: Alone Cc: Sudip Mukherjee , Teddy Wang , linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: sm750fb: Add const to g_fbmode array Message-ID: <2026051159-oxidize-fraction-cea6@gregkh> References: <20260509164057.71722-1-yogeshdangal66@gmail.com> <2026051100-mankind-disown-5cf3@gregkh> 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: On Mon, May 11, 2026 at 04:04:40PM +0545, Alone wrote: > Thanks for the feedback. I verified the patch with: > > make M=drivers/staging/sm750fb > > and it builds successfully. I’ll make sure to compile-test patches before > submission next time. I don't think you actually built the file you modified. Be sure the correct config option is also enabled. Try it yourself and see! Also, please don't top-post or send html email, the mailing lists reject that. thanks, greg k-h