]> git.hungrycats.org Git - linux/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:21:19 +0000 (09:21 +0100)
commit955840ea50355cdd400683b1ee5c3ac0017cc160
treee9b8f46bdac0aa3f60264ae7f622b1b4732da941
parent4a23041fa5335908acb5a4fef62c1aedfe8ac0b1
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