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:
c4124c9
)
HID: the `bit' in hidinput_mapping_quirks() is an out parameter
author
Fengguang Wu
<wfg@mail.ustc.edu.cn>
Fri, 7 Dec 2007 08:35:14 +0000
(16:35 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 28 Jan 2008 13:51:22 +0000
(14:51 +0100)
Fix a panic, by changing
hidinput_mapping_quirks(,, unsigned long *bit,)
to
hidinput_mapping_quirks(,, unsigned long **bit,)
The `bit' in this function is an out parameter.
Signed-off-by: Fengguang Wu <wfg@mail.ustc.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found