]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.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)
committerTony Lindgren <tony@atomide.com>
Fri, 6 Jan 2017 16:54:24 +0000 (08:54 -0800)
commit6e613ebf4405fc09e2a8c16ed193b47f80a3cbed
tree81c26a64962321fa95d6a404f7a58834b6dc7687
parentd97556c8012015901a3ce77f46960078139cd79d
ARM: OMAP2+: Fix init for multiple quirks for the same SoC

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>
arch/arm/mach-omap2/pdata-quirks.c