From: matthieu castet Date: Wed, 18 Jan 2006 06:39:27 +0000 (+0100) Subject: [PATCH] UEAGLE : cmv name bug (was cosmetic) X-Git-Tag: v2.6.16-rc2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf290fd6d6a17b40055359263ed6003e87cb89b;p=pandora-kernel.git [PATCH] UEAGLE : cmv name bug (was cosmetic) this patch correct a possible bug with cmv_name being static. If there is 2 modems and the driver is scheduled when filling cmv_name this could result with garbage in cmv_name. We allocate cmv_name on the stack but with a small size in order to avoid that. Signed-off-by: Matthieu CASTET Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed