From: Daniel Ritz Date: Fri, 30 Dec 2005 14:12:35 +0000 (+0100) Subject: [PATCH] pcmcia: cleanup cs.c, reduce size X-Git-Tag: v2.6.16-rc1~474^2~21^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e493882726e762d0eb7a0a5fcae42a122ae75a5;p=pandora-kernel.git [PATCH] pcmcia: cleanup cs.c, reduce size kill the socket_shutdown()/shutdown_socket() confusion by making it one single function. move cs_socket_put() in there. nicer to read and smaller: original: text data bss dec hex filename 25181 1076 32 26289 66b1 drivers/pcmcia/pcmcia_core.ko patched: text data bss dec hex filename 24973 1076 32 26081 65e1 drivers/pcmcia/pcmcia_core.ko Signed-off-by: Daniel Ritz Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed