Patch "drivers/misc: ti-st: Remove unneeded variable in st_tty_open" has been added to the 5.4-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

    drivers/misc: ti-st: Remove unneeded variable in st_tty_open

to the 5.4-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:
     drivers-misc-ti-st-remove-unneeded-variable-in-st_tt.patch
and it can be found in the queue-5.4 subdirectory.

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



commit 16e91807bed1a008e132d5456de0aba5a0387ab9
Author: zhong jiang <zhongjiang@xxxxxxxxxx>
Date:   Fri Sep 13 00:52:27 2019 +0800

    drivers/misc: ti-st: Remove unneeded variable in st_tty_open
    
    [ Upstream commit 8b063441b7417a79b0c27efc401479748ccf8ad1 ]
    
    st_tty_open do not need local variable to store different value,
    Hence just remove it.
    
    Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/1568307147-43468-1-git-send-email-zhongjiang@xxxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Stable-dep-of: c83212d79be2 ("firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
index c19460e7f0f16..7a7a1ac81ad02 100644
--- a/drivers/misc/ti-st/st_core.c
+++ b/drivers/misc/ti-st/st_core.c
@@ -709,7 +709,6 @@ EXPORT_SYMBOL_GPL(st_unregister);
  */
 static int st_tty_open(struct tty_struct *tty)
 {
-	int err = 0;
 	struct st_data_s *st_gdata;
 	pr_info("%s ", __func__);
 
@@ -732,7 +731,8 @@ static int st_tty_open(struct tty_struct *tty)
 	 */
 	st_kim_complete(st_gdata->kim_data);
 	pr_debug("done %s", __func__);
-	return err;
+
+	return 0;
 }
 
 static void st_tty_close(struct tty_struct *tty)




[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