]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: OMAP2+: Fix init for multiple quirks for the same SoC
authorTony Lindgren <tony@atomide.com>
Thu, 5 Jan 2017 19:08:20 +0000 (11:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:01:04 +0000 (09:01 +0100)
commitdaa36dd42767665901d126d1586a517c003ba528
tree675aa086eb5e4d936b1910411643031ecc7bd470
parentd487af849accc63ae2157d2edd95c0bcd688b55c
ARM: OMAP2+: Fix init for multiple quirks for the same SoC

[ Upstream commit 6e613ebf4405fc09e2a8c16ed193b47f80a3cbed ]

It's possible that there are multiple quirks that need to be initialized
for the same SoC. Fix the issue by not returning on the first match.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-omap2/pdata-quirks.c