Re: usb: misc: usb3503: connect and intn mismatch in OF vs variable assignments

2013-08-16 Thread Dongjin Kim
Hi, The patch is submitted by Mark Brown a week ago, and might be queued already. [1] http://www.spinics.net/lists/linux-usb/msg91410.html Thanks, Dongjin. On Fri, Aug 16, 2013 at 5:53 PM, Alban Browaeys wrote: > hub->gpio_intn = of_get_named_gpio(np, "connect-gpios", 0); > and > hub->gpio_co

usb: misc: usb3503: connect and intn mismatch in OF vs variable assignments

2013-08-16 Thread Alban Browaeys
hub->gpio_intnĀ  = of_get_named_gpio(np, "connect-gpios", 0); and hub->gpio_connect = of_get_named_gpio(np, "intn-gpios", 0); I guess they should be switched , that is connect-gpios bound to hub->gpio_connect and intn-gpios to hub->gpio_int. Sorry not to provides a patch. I thought that this issu