git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c752b
)
[PATCH] USBATM: fix modinfo output
author
Duncan Sands
<duncan.sands@math.u-psud.fr>
Fri, 28 Apr 2006 16:52:16 +0000
(18:52 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 9 May 2006 06:43:54 +0000
(23:43 -0700)
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>
No differences found