mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
facetimehd: adjust logging level in fthd_v4l2_ioctl_try_fmt_vid_cap()
This commit is contained in:
@@ -411,8 +411,7 @@ static int fthd_v4l2_ioctl_try_fmt_vid_cap(struct file *filp, void *_priv,
|
|||||||
{
|
{
|
||||||
struct fthd_private *dev_priv = video_drvdata(filp);
|
struct fthd_private *dev_priv = video_drvdata(filp);
|
||||||
|
|
||||||
|
pr_debug("%s: %dx%d\n", __FUNCTION__, fmt->fmt.pix.width, fmt->fmt.pix.height);
|
||||||
pr_info("%s: %dx%d\n", __FUNCTION__, fmt->fmt.pix.width, fmt->fmt.pix.height);
|
|
||||||
|
|
||||||
dev_priv->fmt.fmt = fmt->fmt.pix;
|
dev_priv->fmt.fmt = fmt->fmt.pix;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user