From: Vinod Koul Date: Mon, 22 Jun 2015 08:41:28 +0000 (+0530) Subject: dmaengine: xgene: fix file permission X-Git-Tag: firefly_0821_release~176^2~1527^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=657d61275dad112ff36e70ee63c71d64821db36c;p=firefly-linux-kernel-4.4.55.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