mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user