From 0a5ca4c00c732f9c62bd84fd8006157e70807ae2 Mon Sep 17 00:00:00 2001 From: Tashfin Shakeer Rhythm Date: Tue, 13 Jun 2023 01:32:09 +0600 Subject: [PATCH] sdm660-common: rootdir: Do not try to remove shmbus shmbus doesn't exist for us. Removing a non-existent file/folder only causes the command to fail and spam the dmesg. Signed-off-by: Tashfin Shakeer Rhythm Signed-off-by: pix106 --- rootdir/etc/init.qcom.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 78352605..e3915fc2 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -294,7 +294,6 @@ on post-fs-data # Create directory for radio mkdir /data/vendor/radio 0770 system radio - rm /data/vendor/radio/shmbus # Create directory for modem_config mkdir /data/vendor/modem_config 0570 radio root