commit | c387fd85f84b9d89a75596325d8d6a0f730baf64 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Wed Nov 15 00:30:17 2006 +0100 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Tue Nov 14 16:02:02 2006 -0800 |
tree | 3c161af64d908a29825a76acb556b7f4bd0dd4bf | |
parent | f5ad1a785f7fb9e6f65ba437ba0a64cad4e97dae [diff] |
[PATCH] Char: isicom, fix close bug port is dereferenced even if it is NULL. Dereference it _after_ the check if (!port)... Thanks Eric <ef87@yahoo.com> for reporting this. This fixes http://bugzilla.kernel.org/show_bug.cgi?id=7527 Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>