regmap: debugfs: Don't mark lockdep as broken due to debugfs write
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 9 May 2013 13:35:49 +0000 (14:35 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 15:01:39 +0000 (19:01 +0400)
A register write to hardware is reasonably unlikely to cause locking
dependency issues, the reason we're tainting is that unexpected changes
in the hardware configuration may confuse drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found