commit | e5dd01154c1e9ca2400f4682602d1a4fa54c25dd | [log] [tgz] |
---|---|---|
author | Nathael Pajani <nathael.pajani@cpe.fr> | Tue Sep 04 11:46:23 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 11 07:48:15 2007 -0700 |
tree | 7c142dfa05209c44b6cc2e004887e05311316a48 | |
parent | ce05916f6bf9906fba88853078715f9a4d300237 [diff] |
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>