From: Alan Stern Date: Wed, 11 Jul 2012 15:21:25 +0000 (-0400) Subject: USB: EHCI: don't refcount QHs X-Git-Tag: v3.6-rc1~101^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83e1a9ff68a6535b81c40dc8fda99348ab480fb;p=pandora-kernel.git USB: EHCI: don't refcount QHs This patch (as1567) removes ehci-hcd's reference counting of QH structures. It's not necessary to refcount these things because they always get deallocated at exactly one spot in ehci_endpoint_disable() (except for two special QHs, ehci->async and ehci->dummy) and are never used again. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed