On 10/31/2014 10:40 PM, Sergei Shtylyov wrote:
>> @@ -264,7 +265,14 @@ static void cppi41_dma_callback(void *private_data)
>> */
>> controller = cppi41_channel->controller;
>>
>> - if (musb->g.speed == USB_SPEED_HIGH) {
>> + if (is_host_active(musb)) {
>> + if (musb->port1_status & USB_PORT_STAT_HIGH_SPEED)
>> + is_hs = 1;
>
> Indent with tabs, not spaces please...
Thank you for spotting this. vim usually does this properly I have no
idea why it aligned with the bracket here instead.
> WBR, Sergei
>
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html