>> The following line of code in function ffs_epfile_io is trying to set
>> flag io_data->use_sg in case buffer required is larger than one page.
>>
>> io_data->use_sg = gadget->sg_supported && data_len > PAGE_SIZE;
>>
>> However at this point of time the variable data_len has not been set
>>
On Wed, Jun 12, 2019 at 3:13 PM wrote:
>
> From: Fei Yang
>
> The following line of code in function ffs_epfile_io is trying to set
> flag io_data->use_sg in case buffer required is larger than one page.
>
> io_data->use_sg = gadget->sg_supported && data_len > PAGE_SIZE;
>
> However at this p
From: Fei Yang
The following line of code in function ffs_epfile_io is trying to set
flag io_data->use_sg in case buffer required is larger than one page.
io_data->use_sg = gadget->sg_supported && data_len > PAGE_SIZE;
However at this point of time the variable data_len has not been set
to
3 matches
Mail list logo