On Tue, Nov 20, 2018 at 08:57:32AM -0800, Doug Anderson wrote: > On Tue, Nov 20, 2018 at 8:25 AM Mark Brown wrote: > > I do wish there > > were a way to flag API calls as needing review :( > Would it be worth adding a WARN_ON(1) splat here or at least a > "dev_warn" so people knew it wasn't really an API for general use? > ...or is that going overboard? That might work ehre but it's not just this call, and the trouble is that there are legitimate use cases and we can't exactly have a magic "no, I know what I'm doing" flag that things need to pass or anything.