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:
d598de0
)
pcmcia: fix incorrect argument order to list_add_tail()
author
Wolfram Sang
<w.sang@pengutronix.de>
Mon, 20 Jul 2009 08:58:59 +0000
(10:58 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 17:17:16 +0000
(10:17 -0700)
Commit
a56bc69a182f501582557af7fad5bc882b1c856c
fixed a wrong usage of
list_add_tail() within store_new_id() for PCI. Port the fix to PCMCIA,
which adapted this function from PCI.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
No differences found