From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (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 883B91DDA3A; Fri, 6 Dec 2024 08:35:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733474125; cv=none; b=F1AREfT7iH4E39PDvaIhrRXW9UX4rEagLAvvmUAR4NTiJV0XvprGScj20D4USkZ2qT+UavtDjIEGzQ/L5qGG7SheRZMS/571KcgcluY0z7PyZO5iTrNHU+M6lCPmBynCla5WSHrkiILmsNsWQCSVwKmLyK+RF8G4EK+mMONiva0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733474125; c=relaxed/simple; bh=WV1SumrajbXcBiCZh7cR2oodxjaKHzLM/ljKxiy91EQ=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=ftxhzGHIkL9/nVJBf+FyNl8ASMjkUVBqC1OLqb8xGur3xBNW1rr2lmr/KBIMBPpJs4CraRsyKHwqdbWgHql9fX2PkAhKrwh01H6zizS7L8gzugWpMUc2NYqv/n14WVFhtww14+pWeATseLv5/l8ho7yyWQCV7BeZv0B0JGdidH4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=NVR9hKjE; arc=none smtp.client-ip=217.70.183.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="NVR9hKjE" Received: by mail.gandi.net (Postfix) with ESMTPSA id B2F6B6000D; Fri, 6 Dec 2024 08:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1733474115; h=from:from:reply-to:subject:subject: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=WV1SumrajbXcBiCZh7cR2oodxjaKHzLM/ljKxiy91EQ=; b=NVR9hKjEAG9vYhynz6REfbxApCyedl4pC+K9g0c2uoNtqUXAlwha3VTqMb83md9W6qHwE8 i1vOcNCALO+W5ixz/qgDbTPfXuT/cTweM3YXwRJYAHlp3gH8rS3GQYuGs5+e+Z2nzniDFo 3xGH11k7Dv1XpB4QExEFuhFAc3QyF10SbwZprHXbECJQzDobU6sE3VFzOMQpVuxddwO81z Fw0+J8uu6XyXEw+IzVXX67VfUjaTyv+19PRbSpDwoAwVEywL7EAojFtOygHBe/f4Q6Q6RW BMtpe7eYdhKeJxZzRZ36VMASdxxtYZplzL/4nXFgg3kpT9JA5NVieyb2LbT+kg== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 06 Dec 2024 09:35:14 +0100 Message-Id: Subject: Re: [PATCH] i2c: nomadik: Add missing sentinel to match table Cc: , , To: "Geert Uytterhoeven" , "Linus Walleij" , "Andi Shyti" , "Wolfram Sang" From: =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: aerc 0.18.2-0-ge037c095a049 References: <34b6ee90437fe19526d9388f2f304d175596cb1f.1733473582.git.geert+renesas@glider.be> In-Reply-To: <34b6ee90437fe19526d9388f2f304d175596cb1f.1733473582.git.geert+renesas@glider.be> X-GND-Sasl: theo.lebrun@bootlin.com Hello Geert & all, On Fri Dec 6, 2024 at 9:28 AM CET, Geert Uytterhoeven wrote: > The OF match table is not NULL-terminated. > Fix this by adding a sentinel to nmk_i2c_eyeq_match_table[]. I had the exact same patch pending locally. Sorry and thanks! Reviewed-by: Th=C3=A9o Lebrun Thanks, -- Th=C3=A9o Lebrun, Bootlin Embedded Linux and Kernel engineering https://bootlin.com