Remove file_context for /firmware
am: ade52a5f2a

Change-Id: Id7f38922ca91cc98600fe40829a6ed681f443874
diff --git a/vendor/qcom/common/file_contexts b/vendor/qcom/common/file_contexts
index 4a499d9..d90f8c1 100644
--- a/vendor/qcom/common/file_contexts
+++ b/vendor/qcom/common/file_contexts
@@ -231,7 +231,6 @@
 
 # TODO: Remove them once no need to maintain the backward compatibility. (b/111219177)
 /persist                             u:object_r:rootfs:s0
-/firmware                            u:object_r:rootfs:s0
 /dsp                                 u:object_r:rootfs:s0
 
 # /persist
diff --git a/vendor/qcom/common/wcnss_service.te b/vendor/qcom/common/wcnss_service.te
index 9b00774..3e2eaeb 100644
--- a/vendor/qcom/common/wcnss_service.te
+++ b/vendor/qcom/common/wcnss_service.te
@@ -36,7 +36,7 @@
 allow wcnss_service sysfs_soc:dir search;
 allow wcnss_service sysfs_soc:file r_file_perms;
 
-# request_firmware causes a denial for /firmware. It can be safely ignored
+# request_firmware causes a denial. It can be safely ignored
 dontaudit wcnss_service firmware_file:dir search;
 
 r_dir_file(wcnss_service, sysfs_net)