mfd: tps65910: Remove warning during dt node parsing
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 26 Sep 2012 12:48:04 +0000 (18:18 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 24 Oct 2013 10:08:22 +0000 (12:08 +0200)
commit34c5c735a89bc0ad5fab1c29b9f425b77fbb7ae7
tree9500e6826e62e5a07e854981fa79c7efdfed71b7
parent61e6cfa80de5760bbe406f4e815b7739205754d2
mfd: tps65910: Remove warning during dt node parsing

Driver throw the warning message if dt node does not
have the info for VMBCH-Threshold and VMBCH2-Threshold.
These properties are optional property and hence it
is not mandatory to have these on DT node and in this case
it should not throw the warning message.
It creates noise from driver as follows:
[    0.384605] tps65910 4-002d: VMBCH-Threshold not specified
[    0.384616] tps65910 4-002d: VMBCH2-Threshold not specified

Removing the warning message from driver.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65910.c