]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 10 Oct 2013 15:49:43 +0000 (17:49 +0200)
commite9c0e8fae616c5a0ce5c57ab06cf3783919251d6
tree18e9c54da6544d2a64cd665f5874136d2439a61a
parentd0e639c9e06d44e713170031fe05fb60ebe680af
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