Fix a conflict between ports structures with 2 controllers of

same kind.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-20 17:07:08 +01:00
parent e9dabdfad8
commit ef8810e9f3
3 changed files with 27 additions and 19 deletions

View file

@ -121,8 +121,6 @@ struct grub_usb_controller_dev
grub_usb_speed_t (*detect_dev) (grub_usb_controller_t dev, int port, int *changed);
struct grub_usb_hub_port *ports;
/* Per controller flag - port reset pending, don't do another reset */
grub_uint64_t pending_reset;