commit | c6432ea9cc043994d5b7dcb3ad86a087777cb40c | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | Mon Mar 11 17:27:02 2013 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 12 18:25:10 2013 +0000 |
tree | 753612a8b95236094e854ec265299a9e22b8320d | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 [diff] |
regmap: Initialize `map->debugfs' before regcache In the rbtree code we are exposing statistics relating to the number of nodes/registers of the rbtree cache for each of the devices. Ensure that `map->debugfs' has been initialized before we attempt to initialize the debugfs entry for the rbtree cache. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org