From patchwork Wed Jul 31 14:32:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: WangYuli X-Patchwork-Id: 13748851 Received: from smtpbg154.qq.com (smtpbg154.qq.com [15.184.224.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C49C21AE85E; Wed, 31 Jul 2024 14:33:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=15.184.224.54 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722436390; cv=none; b=ryWsLFkFbHDZGVyNV11HcgNHN0bqVCpQnPnNrF9jHPxYzfY5ycybUqZ6QlM5yR47KztKJPNf6sLBY+Wa7C1l4aD3xYDNVzwaeI8P4Am4s3qMK2deqoy6PFYEn0TXdhbWWDf37Sy5jidsYpm2GaleHxIsjqeOjC/0SgoHbIc47q0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722436390; c=relaxed/simple; bh=WkvxrXPefTtG5XQXwsJM0bzYPLImtaxazIwI1lyCocI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bicl5Mow/iThaa0bdDSc2P3smBL6YVFm1btlTQz73iIaDvVbv723RcEptDyYd7DsUb5mLAOKsj7jHyYBJo+4zeFFmrzemKRvxBDhU0HjhKeTYbb/qLyfu1ur8e4femFZ9hy7qseGHwVQ91E2veOtIqkEo0XaHDehooUMqu1RaFE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=uniontech.com; spf=pass smtp.mailfrom=uniontech.com; arc=none smtp.client-ip=15.184.224.54 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=uniontech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=uniontech.com X-QQ-mid: bizesmtpsz12t1722436369tdub3n X-QQ-Originating-IP: nlDW+JflpgvVOoz5Cpa3YnzZo+s9nlaZD/t8jyQyPA0= Received: from localhost.localdomain ( [113.57.152.160]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Jul 2024 22:32:47 +0800 (CST) X-QQ-SSF: 0000000000000000000000000000000 X-QQ-GoodBg: 1 X-BIZMAIL-ID: 15301098886600835381 From: WangYuli To: stable@vger.kernel.org, gregkh@linuxfoundation.org, sashal@kernel.org, dominique.martinet@atmark-techno.com, tsbogend@alpha.franken.de Cc: leesongyang@outlook.com, bhelgaas@google.com, rdunlap@infradead.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, guanwentao@uniontech.com, WangYuli Subject: [PATCH 4.19+] MIPS: Octeron: remove source file executable bit Date: Wed, 31 Jul 2024 22:32:45 +0800 Message-ID: <1F49853AED366C76+20240731143245.204547-1-wangyuli@uniontech.com> X-Mailer: git-send-email 2.43.4 Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtpsz:uniontech.com:qybglogicsvrgz:qybglogicsvrgz8a-1 From: Dominique Martinet commit 89c7f5078935872cf47a713a645affb5037be694 upstream 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 Signed-off-by: Thomas Bogendoerfer Signed-off-by: WangYuli --- 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