Commits
Leonard Crestez committed f74491652d9
media: mxc-jpeg: jpeg: Replace stracpy with strscpy The stracpy function exists in next-20190809 but not in v5.4. Replace with strscpy to fix the build The stracpy function was apparently rejected by Linus: https://lkml.org/lkml/2019/8/20/1286 Fixes: fa00960c5659 ("mxc-jpeg: Add v4l2 driver for i.MX8 CAST IP JPEG Encoder/Decoder") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>