• Laxman Dewangan's avatar
    mfd: tps65910: Remove warning during dt node parsing · 34c5c735
    Laxman Dewangan authored
    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: default avatarLaxman Dewangan <ldewangan@nvidia.com>
    Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
    34c5c735
tps65910.c 13.1 KB