[PATCH v4 1/6] ARM: davinci: da8xx: allow having multiple pdata-quirks
From: Sekhar Nori <hidden>
Date: 2017-03-07 11:08:48
Also in:
lkml
From: Sekhar Nori <hidden>
Date: 2017-03-07 11:08:48
Also in:
lkml
On Tuesday 28 February 2017 09:31 PM, Bartosz Golaszewski wrote:
We currently bail-out after applying a single quirk. We will want to reuse the function doing the vpif capture registration so remove the break; and continue iterating over the quirk array. Signed-off-by: Bartosz Golaszewski <redacted>
This patch is not really da8xx specific, so I dropped the da8xx: in subject line while applying. Thanks, Sekhar