Yes indeed, I just fixed that tools reported, but that is a miss. Will fix with a v2 (hopefully with other comments).mutex_unlock(&slave->bus->bus_lock);You could also add the missing terminating '\n' to these formats like:
if (dev_num < 0) {
dev_err(slave->bus->dev, "Get dev_num failed: %d",
- dev_num);
+ dev_num);
dev_err(slave->bus->dev, "Get dev_num failed: %d\n",