mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
also output set value and make timeout clearer
This commit is contained in:
parent
de5051a85a
commit
d8f3d40352
@ -65,8 +65,8 @@ static int lnb_command(struct ddb *dev, u32 link, u32 lnb, u32 cmd)
|
|||||||
}
|
}
|
||||||
if (c == 10)
|
if (c == 10)
|
||||||
dev_info(dev->dev,
|
dev_info(dev->dev,
|
||||||
"%s lnb = %08x cmd = %08x\n",
|
"%s lnb = %08x cmd = %08x timed out\n",
|
||||||
__func__, lnb, cmd);
|
__func__, lnb, cmd | v);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user