[alsa-devel] [PATCH v4 02/24] soc: qcom: Add APR bus driver

Srinivas Kandagatla srinivas.kandagatla at linaro.org
Wed Mar 14 07:15:21 PDT 2018



On 14/03/18 14:12, Rohit Kumar wrote:
> 
> 
> On 3/10/2018 7:54 AM, srinivas.kandagatla at linaro.org wrote:
>> From: Srinivas Kandagatla <srinivas.kandagatla at linaro.org>
>>
> [..]
>> +struct bus_type aprbus_type = {
>> +    .name        = "aprbus",
>> +    .match        = apr_device_match,
>> +    .probe        = apr_device_probe,
>> +    .remove        = apr_device_remove,
>> +    .force_dma    = true,
> 
> There is no need of force_dma now as machine driver is not child of apr. 
> Please remove it.

Thanks Rohit, Will remove it.


>> +};
>> +EXPORT_SYMBOL_GPL(aprbus_type);
>> +
>>
> 



More information about the linux-arm-kernel mailing list