linux/drivers/serial/jsm
Christoph Hellwig 614a7d6a76 [PATCH] fix up newly added jsm driver
- plug various leaks and use after frees in the remove and
   initialization failure path (some still left)
 - remove useless global list of boards and use pci_set_drvdata instead
 - unobsfucate init path by merging functions together
 - kill various totally useless state variables
 - .. probably more I forgot

Note that the tty part still generates lots of sparse warnings and there's
still a totally useless layer of function pointer indirections, but maybe
someone else will fix that bit up.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-16 15:25:44 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jsm.h [PATCH] fix up newly added jsm driver 2005-04-16 15:25:44 -07:00
jsm_driver.c [PATCH] fix up newly added jsm driver 2005-04-16 15:25:44 -07:00
jsm_neo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jsm_tty.c [PATCH] fix up newly added jsm driver 2005-04-16 15:25:44 -07:00