Patch "Input: da7280 - fix missing error test" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    Input: da7280 - fix missing error test

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     input-da7280-fix-missing-error-test.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit b3760ba608b8f0122315982a1d4302c253d89806
Author: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Date:   Tue Dec 15 17:41:16 2020 -0800

    Input: da7280 - fix missing error test
    
    [ Upstream commit 1e2020aa0da00051d94c4690c023c45d8f3834bd ]
    
    An "if" testing for error condition has accidentally been dropped from
    the code.
    
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Fixes: cd3f609823a5 ("Input: new da7280 haptic driver")
    Reviewed-by: Roy Im <Roy.Im.Opensource@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/X9j8lGFgijzHyYZZ@xxxxxxxxxx
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/input/misc/da7280.c b/drivers/input/misc/da7280.c
index 37568b00873d4..2f698a8c1d650 100644
--- a/drivers/input/misc/da7280.c
+++ b/drivers/input/misc/da7280.c
@@ -863,6 +863,7 @@ static void da7280_parse_properties(struct device *dev,
 		gpi_str3[7] = '0' + i;
 		haptics->gpi_ctl[i].polarity = 0;
 		error = device_property_read_string(dev, gpi_str3, &str);
+		if (!error)
 			haptics->gpi_ctl[i].polarity =
 				da7280_haptic_of_gpi_pol_str(dev, str);
 	}



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux