]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: power: Avoid case-insensitve match for child names
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:56 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:52 +0000 (13:48 +0200)
commit6123dd75311e651fac4ae75862eff3d2caf4e676
treeeb19c15a47aeac8afbfb99e36c0a600b6d728980
parentd760a46ec918ea695fcd2deaa61ed8f6d9dd07ea
dm: power: Avoid case-insensitve match for child names

This is not user input (i.e. from the command line). It should be possible
to get the case correct and avoid the case-insensitive match. This will
help avoid sloppy device tree setups.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
drivers/power/pmic/pmic-uclass.c