also output set value and make timeout clearer

This commit is contained in:
internal 2023-11-03 14:10:29 +01:00
parent de5051a85a
commit d8f3d40352

View File

@ -65,8 +65,8 @@ static int lnb_command(struct ddb *dev, u32 link, u32 lnb, u32 cmd)
}
if (c == 10)
dev_info(dev->dev,
"%s lnb = %08x cmd = %08x\n",
__func__, lnb, cmd);
"%s lnb = %08x cmd = %08x timed out\n",
__func__, lnb, cmd | v);
return 0;
}