
6 Oct
2015
6 Oct
'15
6:23 p.m.
On Wed, Sep 23, 2015 at 08:33:22PM +0530, Vinod Koul wrote:
if (link_dev->link_prepared) {
dev_dbg(dai->dev, "already stream is prepared - returning\n");
return 0; }dev_info(dai->dev, "already stream is prepared - returning\n");
Why is the severity of this being raised and if it does need raising why isn't it a warning or error?