[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 31 Jan 2006 15:02:55 +0000 (10:02 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 22:49:58 +0000 (14:49 -0800)
commit1393adb2ebb00a2cd54b293cd7ee71e3376f4e9f
treeda25ea484bed1ce0f9ff3e2d2f485ca5980a8864
parentdbf4fcad62467ce1bd6966292b6850fc7a210e0b
[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry

A recent update to the uhci-hcd driver invoked the list_prepare_entry
macro incorrectly.  This patch (as646) corrects it.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-q.c