]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: EHCI: rename "reclaim"
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 11 Jul 2012 15:21:38 +0000 (11:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 23:50:13 +0000 (16:50 -0700)
commit99ac5b1e9536f142461681fa6143a947d66b4279
tree02f1e5f33d00f4a9be8774a63ca760bfefd3fa2d
parent4c53de72109759c931744734ca75f9cecb3baef1
USB: EHCI: rename "reclaim"

This patch (as1569) renames the ehci->reclaim list in ehci-hcd.  The
word "reclaim" is used in the EHCI specification to mean something
quite different, and "unlink_next" is more descriptive of the list's
purpose anyway.

Similarly, the "reclaim" field in the ehci_stats structure is renamed
"iaa", which is more meaningful (to experts, anyway) and is a better
match for the "lost_iaa" field.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci-q.c
drivers/usb/host/ehci.h