From: Christoph Hellwig Date: Sat, 16 Apr 2005 22:25:44 +0000 (-0700) Subject: [PATCH] fix up newly added jsm driver X-Git-Tag: v2.6.12-rc3~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614a7d6a76b7fb37bb399047eb3ccf86cafbf60d;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed