Re: [PATCH 04/14] soundwire: Add MIPI DisCo property helpers

2017-10-21 Thread Vinod Koul
On Sat, Oct 21, 2017 at 10:20:46AM +0100, Mark Brown wrote: > On Thu, Oct 19, 2017 at 08:33:20AM +0530, Vinod Koul wrote: > > > + /* device is probed so let's read the properties now */ > > + if (slave->ops && slave->ops->read_prop) > > + slave->ops->read_prop(slave); > > Is it vali

Re: [PATCH 04/14] soundwire: Add MIPI DisCo property helpers

2017-10-21 Thread Mark Brown
On Thu, Oct 19, 2017 at 08:33:20AM +0530, Vinod Koul wrote: > + /* device is probed so let's read the properties now */ > + if (slave->ops && slave->ops->read_prop) > + slave->ops->read_prop(slave); Is it valid for us to not be able to read the properties? > + fwn