From: Ian Abbott Date: Wed, 19 May 2010 13:10:03 +0000 (+0100) Subject: Staging: comedi: serial2002: Reduce stack usage on 'open' X-Git-Tag: v2.6.36-rc1~520^2~1^2~509 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668f272e57e80ece987bed273096f8e3a707123c;p=pandora-kernel.git Staging: comedi: serial2002: Reduce stack usage on 'open' Reduce stack usage in serial_2002_open() by allocating dig_in_config, dig_out_config, chan_in_config, and chan_out_config temporary arrays using kcalloc() and freeing them when done with. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed