[alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

Srinivas Kandagatla srinivas.kandagatla at linaro.org
Thu Nov 16 17:13:58 CET 2017



On 16/11/17 16:14, Vinod Koul wrote:
>>>> +static int slim_device_match(struct device *dev, struct device_driver *drv)
>>>> +{
>>>> +	struct slim_device *sbdev = to_slim_device(dev);
>>>> +	struct slim_driver *sbdrv = to_slim_driver(drv);
>>>> +
>>>> +	return slim_match(sbdrv->id_table, sbdev) != NULL;
>>> return !!slim_match() ?
> I guess you missed this one..
Opps, It makes sense I will change it.

> 



More information about the Alsa-devel mailing list