linux/net/irda/ircomm
Jiri Slaby c026ca581f NET: irda, remove unnecessary checks
Stanse found a potential null dereference in ircomm_tty_close
and ircomm_tty_hangup. There is a check for tty being NULL,
but it is dereferenced earlier. But it is bogus, the tty cannot
be NULL, so remove the !tty checks.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Samuel Ortiz <samuel@sortiz.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-10 13:27:58 -08:00
..
Kconfig
Makefile
ircomm_core.c
ircomm_event.c net: mark read-only arrays as const 2009-08-05 10:42:58 -07:00
ircomm_lmp.c
ircomm_param.c
ircomm_ttp.c
ircomm_tty.c NET: irda, remove unnecessary checks 2010-01-10 13:27:58 -08:00
ircomm_tty_attach.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
ircomm_tty_ioctl.c