Commits
Leonard Crestez committed d1640e08426
MLK-13797 v4l2-ioctl: Do not warn on device-specific pixelformat Since commit ba3002045f8022f3a7e88511c4ebd9876a467ac8 the v4l2 core now sets the v4l2_fmtdesc->description string based on numeric pixelformat so that drivers no longer have to contain description strings. This happens even if the driver already filled the description and prints an ugly warning if the pixelformat is unknown. Reduce this to pr_debug if the driver provided a description string. Fixes https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsw-jira.freescale.net%2Fbrowse%2FMLK-13797&data=01%7C01%7Coctavian.purdila%40nxp.com%7C739251a045b045cfee0f08d4414a2972%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=cUsGBObv2wvVfE59KgLujwhlBeRdpR501GplYrYqVrk%3D&reserved=0 Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>