[PATCH] Char: serial167, remove useless tty check



serial167, remove useless tty check

tty is dereferenced before it is checked to be nonNULL. Remove such check.

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>

---
commit 00bed6b2fb10dd07cdde1f6ebe8066058b748ce1
tree b69d8cc230471d1e5dfa09d273960997deb42eba
parent 810378cbe277c73f99219e343f54e782459b6b61
author Jiri Slaby <jirislaby@xxxxxxxxx> Sun, 01 Oct 2006 01:12:34 +0200
committer Jiri Slaby <xslaby@xxxxxxxxxxxxxxxxxx> Sun, 01 Oct 2006 01:12:34 +0200

drivers/char/serial167.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c
index 48dae5d..f4809c8 100644
--- a/drivers/char/serial167.c
+++ b/drivers/char/serial167.c
@@ -1121,7 +1121,7 @@ #endif
if (serial_paranoia_check(info, tty->name, "cy_put_char"))
return;

- if (!tty || !info->xmit_buf)
+ if (!info->xmit_buf)
return;

local_irq_save(flags);
@@ -1187,7 +1187,7 @@ #endif
return 0;
}

- if (!tty || !info->xmit_buf){
+ if (!info->xmit_buf){
return 0;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [git pull] jfs update
    ... commit c5111f504d2a9b0d258d7c4752b4093523315989 ... tree 6a52864aff79691689aea21cb0cb928327d5de5b ... parent 69eb66d7da7dba2696281981347698e1693c2340 ... JFS: Take logsync lock before testing mp->lsn ...
    (Linux-Kernel)
  • [git patches] IDE update
    ... tree 4105ba774c775cdf53fb5fd3e07158b15218cb27 ... parent 21e2c01dc3e38d466eda5871645878d2c3a33261 ... commit 21e2c01dc3e38d466eda5871645878d2c3a33261 ... Splitted up from the Debian kernel patch. ...
    (Linux-Kernel)
  • [git pull] jfs update
    ... commit be0bf7da19135a7a0f8c275f20c819940be218d9 ... tree c8ba72b711730ce11f52fc20cd7c0e9c4bee7bc0 ... parent 5b3030e39049212c975665cdb3eeabcfaf7c94ca ... JFS: Take logsync lock before testing mp->lsn ...
    (Linux-Kernel)
  • [2.6-GIT] NTFS: Release 2.1.23.
    ... This is a big NTFS update. ... commit ba6d2377c85c9b8a793f455d8c9b6cf31985d70f ... tree 21e65c76db693869c84864af02e91c4b997a6ba5 ... parent af859a42d798f047fbfe198ed315a942662c39d2 ...
    (Linux-Kernel)
  • (no subject)
    ... Received: from oss (localhost ) ... everything up in one tree, so that there's absolutely no record of the ... That is, you may want to merge multiple parents in _one_ commit, ... each parent you have merged. ...
    (Linux-Kernel)