summaryrefslogtreecommitdiff
path: root/trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'trie.c')
0 files changed, 0 insertions, 0 deletions
Miguel Silva <rui.silva@linaro.org>2016-08-26 11:52:05 +0100 committerGreg Kroah-Hartman <gregkh@google.com>2016-08-26 13:16:11 +0200 commit6ac9166d4e91a6dea03b64b64f128e0f927aa7ec (patch) treeabad7e484d3962ab440cffb570eebc88de27ddce /drivers/staging parentcc43368a3cde151739ad20cbf71139530bd53f1a (diff)
greybus: power_supply: fix name setting location
We were checking for existing power supply names in the wrong place, i.e, we were checking before any of the module power supply were registered, because of that of course no name collision was detected. Move the check to the register loop and with that we guarantee that this mechanism works for greybus power supply naming. Tested: using gbsim and using power supply with the same name and check that: 1. no problems creating sysfs entries; 2. naming is done following the desired rules. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')