From f5bfa33f59184a6a914f9c8e04c667dc1cd78997 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 21 Dec 2022 16:12:12 +0200 Subject: ipa: raspberrypi: Fix permissions on imx477_scientific.json The imx477_scientific.json file was added to the source tree with incorrect executable permission. Fix it. Fixes: bf66a1d25162 ("ipa: raspberrypi: Add a "scientific" tuning for the IMX477") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/ipa/raspberrypi/data/imx477_scientific.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/ipa/raspberrypi/data/imx477_scientific.json (limited to 'src/ipa/raspberrypi') diff --git a/src/ipa/raspberrypi/data/imx477_scientific.json b/src/ipa/raspberrypi/data/imx477_scientific.json old mode 100755 new mode 100644 -- cgit v1.2.1