commit | 722d5e4ae89f061582cc46ccbbd3b5ae87a6e165 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Sat Feb 10 01:45:22 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Feb 11 10:51:29 2007 -0800 |
tree | 3f73ee6a96b26e119696daea26e673c1bce9ca44 | |
parent | f64c84a1668930d1ca2b7dbaa92146c2139cb508 [diff] |
[PATCH] Char: mxser_new, do not null driver_data driver_data are initialzed to NULL from tty layer, no need to do it in the driver. In this case it cases oops, since driver_data may be NULL for a short while for another closing process. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: <osv@javad.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>