From: Ian Abbott Date: Fri, 20 Nov 2009 11:32:36 +0000 (+0000) Subject: Staging: comedi: serial2002: decrease stack usage X-Git-Tag: v2.6.33-rc1~313^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a6efb1f86eb51e4b702c4e8e735ca24e3427d8;p=pandora-kernel.git Staging: comedi: serial2002: decrease stack usage 512 bytes of stack can be saved in serial_2002_open() by modifying 'struct config_t'. A short int suffices for the 'kind' and 'bits' members. (Actually, a char would suffice, but wouldn't save any more stack than a short int.) Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed