Patch "Input: zinitix - fix return type of zinitix_init_touch()" has been added to the 5.10-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: zinitix - fix return type of zinitix_init_touch()

to the 5.10-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-zinitix-fix-return-type-of-zinitix_init_touch.patch
and it can be found in the queue-5.10 subdirectory.

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



commit 49f351993d5bb3fca85f7149aab6119d98fea44e
Author: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Date:   Fri Feb 19 10:36:48 2021 -0800

    Input: zinitix - fix return type of zinitix_init_touch()
    
    [ Upstream commit 836f308cb5c72d48e2dff8d3e64c3adb94f4710d ]
    
    zinitix_init_touch() returns error code or 0 for success and therefore
    return type must be int, not bool.
    
    Fixes: 26822652c85e ("Input: add zinitix touchscreen driver")
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Reported-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/YC8z2bXc3Oy8pABa@xxxxxxxxxx
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/input/touchscreen/zinitix.c b/drivers/input/touchscreen/zinitix.c
index 1acc2eb2bcb33..fd8b4e9f08a21 100644
--- a/drivers/input/touchscreen/zinitix.c
+++ b/drivers/input/touchscreen/zinitix.c
@@ -190,7 +190,7 @@ static int zinitix_write_cmd(struct i2c_client *client, u16 reg)
 	return 0;
 }
 
-static bool zinitix_init_touch(struct bt541_ts_data *bt541)
+static int zinitix_init_touch(struct bt541_ts_data *bt541)
 {
 	struct i2c_client *client = bt541->client;
 	int i;



[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