From: Jiri Slaby Date: Sat, 10 Feb 2007 09:45:22 +0000 (-0800) Subject: [PATCH] Char: mxser_new, do not null driver_data X-Git-Tag: v2.6.21-rc1~274^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722d5e4ae89f061582cc46ccbbd3b5ae87a6e165;p=pandora-kernel.git [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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed