diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:32:17 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:41:37 +0000 |
commit | d0e2155a59e1dec08d15d02d7eba30980b902493 (patch) | |
tree | 3eb48b5a8264a22ca2201009db3b554c346864a6 /src/soc/intel/common/block | |
parent | 59f8a506861a11adeac0d1e64f5608feef976293 (diff) |
treewide: Remove unuseful "_ADR: Address" comment
Change-Id: Ib968fe7f9f95e8f690b46b868fd7d6f9332b4c9a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72664
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/acpi/acpi/ufs.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi/ufs.asl b/src/soc/intel/common/block/acpi/acpi/ufs.asl index a2ddaa9c0a..fcfe9bd470 100644 --- a/src/soc/intel/common/block/acpi/acpi/ufs.asl +++ b/src/soc/intel/common/block/acpi/acpi/ufs.asl @@ -10,7 +10,6 @@ Scope (\_SB.PCI0) { Device (UFS) { - /* _ADR: Address */ Name (_ADR, UFS_ACPI_DEVICE) /* _DDN: DOS Device Name */ Name (_DDN, "UFS Controller") |