From: Duncan Sands Date: Fri, 28 Apr 2006 16:52:16 +0000 (+0200) Subject: [PATCH] USBATM: fix modinfo output X-Git-Tag: v2.6.17-rc5~165^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6275cdfa0fe032208937a3567ebb8bcfd42d20b1;p=pandora-kernel.git [PATCH] USBATM: fix modinfo output Because of the way stringify works, using an expression like 64 * 1024 for UDSL_MAX_BUF_SIZE results in 64 * 1024 turning up in the modinfo output instead of 65536. So use 65536 directly (this was the only way I found of fixing this). Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed