| From 7d85f52d8366e2a6604d9d5615bc80a9e73f59ab Mon Sep 17 00:00:00 2001 |
| From: Sasha Levin <sashal@kernel.org> |
| Date: Fri, 5 Jul 2024 16:48:30 +0900 |
| Subject: MIPS: Octeron: remove source file executable bit |
| |
| From: Dominique Martinet <dominique.martinet@atmark-techno.com> |
| |
| [ Upstream commit 89c7f5078935872cf47a713a645affb5037be694 ] |
| |
| This does not matter the least, but there is no other .[ch] file in the |
| repo that is executable, so clean this up. |
| |
| Fixes: 29b83a64df3b ("MIPS: Octeon: Add PCIe link status check") |
| Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com> |
| Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Signed-off-by: Sasha Levin <sashal@kernel.org> |
| --- |
| arch/mips/pci/pcie-octeon.c | 0 |
| 1 file changed, 0 insertions(+), 0 deletions(-) |
| mode change 100755 => 100644 arch/mips/pci/pcie-octeon.c |
| |
| diff --git a/arch/mips/pci/pcie-octeon.c b/arch/mips/pci/pcie-octeon.c |
| old mode 100755 |
| new mode 100644 |
| -- |
| 2.43.0 |
| |