[PATCH] USBATM: fix modinfo output
authorDuncan Sands <duncan.sands@math.u-psud.fr>
Fri, 28 Apr 2006 16:52:16 +0000 (18:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 May 2006 06:43:54 +0000 (23:43 -0700)
commit6275cdfa0fe032208937a3567ebb8bcfd42d20b1
treedfb84d591316f8b3d21e724574d98359fd0260b1
parent67c752b41a4238c1a2d7eebcd061ff8c1127d3e9
[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 <baldrick@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/usbatm.c