mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
phy: rockchip: mipi-dphy-rx: print data rate mbps to debug
Signed-off-by: Hu Kejun <william.hu@rock-chips.com> Change-Id: I010d4c7c6a78413e29a33b5695402be11ffb25da
This commit is contained in:
parent
c99031ad04
commit
64ec71e36c
|
|
@ -738,7 +738,7 @@ static int mipidphy_get_sensor_data_rate(struct v4l2_subdev *sd)
|
|||
}
|
||||
priv->data_rate_mbps = qm.value * 2;
|
||||
do_div(priv->data_rate_mbps, 1000 * 1000);
|
||||
|
||||
v4l2_info(sd, "data_rate_mbps %lld\n", priv->data_rate_mbps);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user