From: Vinod Koul Date: Mon, 22 Jun 2015 08:41:28 +0000 (+0530) Subject: dmaengine: xgene: fix file permission X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=657d61275dad112ff36e70ee63c71d64821db36c;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git dmaengine: xgene: fix file permission drivers/dma/xgene-dma.c has file permissions 775, which is wrong, it should be 664, so fix it Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c old mode 100755 new mode 100644