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:
893d1cd
)
Input: kbtab - fix incorrect size parameter in usb_buffer_free
author
Axel Lin
<axel.lin@gmail.com>
Wed, 21 Apr 2010 04:59:51 +0000
(21:59 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 21 Apr 2010 05:34:30 +0000
(22:34 -0700)
The size allocated by usb_buffer_alloc() is 8, however the size passed
to usb_buffer_free() is 10.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found