diff mbox series

[6/8] gard: Delete stale comment

Message ID 20171130053129.22642-6-oohall@gmail.com
State Accepted
Headers show
Series [1/8] gard: Allow records with an ID of 0xffffffff | expand

Commit Message

Oliver O'Halloran Nov. 30, 2017, 5:31 a.m. UTC
This comment referred to some previously deleted code. It can go.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 external/gard/gard.c | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/external/gard/gard.c b/external/gard/gard.c
index 23f87fb9bbf7..f73b2dc78ec0 100644
--- a/external/gard/gard.c
+++ b/external/gard/gard.c
@@ -139,12 +139,6 @@  static void show_flash_err(int rc)
 	}
 }
 
-/* FIXME: is this the same on p9? I thought the path types came from the XML
- * rather than this stuff, maybe it's redundant?
- *
- * I don't think it is though since the target types are a bitmask rather than
- * a plain enum.
- */
 const struct chip_unit_desc *chip_units;
 int chip_unit_count;