From: Enric Balletbo i Serra Date: Fri, 17 Jun 2016 14:24:43 +0000 (+0200) Subject: ASoC: max9867: Fix unix permissions for source files. X-Git-Tag: v4.8-rc1~84^2~1^2~5^3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0ac4aeb5185fda7c9dd42964ce3d9c368bb81d41;p=karo-tx-linux.git ASoC: max9867: Fix unix permissions for source files. Change file permissions of source files max9867.c/h from 0755 to 0644. Signed-off-by: Enric Balletbo i Serra Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c old mode 100755 new mode 100644 diff --git a/sound/soc/codecs/max9867.h b/sound/soc/codecs/max9867.h old mode 100755 new mode 100644