17 Oct
2014
17 Oct
'14
2:09 p.m.
On Thu, Oct 16, 2014 at 08:00:16PM +0530, Vinod Koul wrote:
- spin_unlock_bh(&ctx->block_lock);
- dev_dbg(ctx->dev,
"Block not found or a response received for a short msg for ipc %d, drv_id %d\n",
ipc, drv_id);
- return -EINVAL;
Shouldn't this be a dev_err() or something?