]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: fix linked list insertion bugfix for usb core
authorNathael Pajani <nathael.pajani@cpe.fr>
Tue, 4 Sep 2007 09:46:23 +0000 (11:46 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 Sep 2007 14:48:15 +0000 (07:48 -0700)
commite5dd01154c1e9ca2400f4682602d1a4fa54c25dd
tree7c142dfa05209c44b6cc2e004887e05311316a48
parentce05916f6bf9906fba88853078715f9a4d300237
USB: fix linked list insertion bugfix for usb core

This patch fixes the order of list_add_tail() arguments in
usb_store_new_id() so the list can have more than one single element.

Signed-off-by: Nathael Pajani <nathael.pajani@cpe.fr>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c