usb: xhci: remove the unused ->address field
Only used for debug output, so we don't need to save it. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
This commit is contained in:

committed by
Sarah Sharp

parent
4e341818ee
commit
a2cdc3432c
@@ -935,8 +935,6 @@ struct xhci_virt_device {
|
||||
/* Rings saved to ensure old alt settings can be re-instated */
|
||||
struct xhci_ring **ring_cache;
|
||||
int num_rings_cached;
|
||||
/* Store xHC assigned device address */
|
||||
int address;
|
||||
#define XHCI_MAX_RINGS_CACHED 31
|
||||
struct xhci_virt_ep eps[31];
|
||||
struct completion cmd_completion;
|
||||
|
Reference in New Issue
Block a user