From: Alan Stern Date: Wed, 30 Aug 2006 19:46:48 +0000 (-0400) Subject: usbcore: store each usb_device's level in the tree X-Git-Tag: v2.6.19-rc1~899^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6956ffa595db97656d5901ca8fec77ef272d41a;p=pandora-kernel.git usbcore: store each usb_device's level in the tree This patch (as778) adds a field to struct usb_device to store the device's level in the USB tree. In itself this number isn't really important. But the overhead is very low, and in a later patch it will be used for preventing bogus warnings from the lockdep checker. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed