From: Vinod Koul Date: Mon, 22 Jun 2015 08:41:28 +0000 (+0530) Subject: dmaengine: xgene: fix file permission X-Git-Tag: v4.2-rc1~70^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=657d61275dad112ff36e70ee63c71d64821db36c;p=thirdparty%2Fkernel%2Flinux.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