]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: rawnand: sunxi: cosmetic: remove needless comment
authorRichard Genoud <richard.genoud@bootlin.com>
Fri, 23 Jan 2026 11:44:36 +0000 (12:44 +0100)
committerMichael Trimarchi <michael@amarulasolutions.com>
Tue, 3 Feb 2026 20:44:18 +0000 (21:44 +0100)
Remove 'complete' member from struct sunxi_nfc

The 'complete' member isn't part of the structure, let's remove it.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/mtd/nand/raw/sunxi_nand.c

index 1ce09b56b8040fe32464966a0f5ff7f9b5162255..c6b9b2a4ebac343298f1dd6d43a8fb206db2a06f 100644 (file)
@@ -270,8 +270,6 @@ static inline struct sunxi_nand_chip *to_sunxi_nand(struct nand_chip *nand)
  * @clk_rate:          NAND controller current clock rate
  * @chips:             a list containing all the NAND chips attached to
  *                     this NAND controller
- * @complete:          a completion object used to wait for NAND
- *                     controller events
  */
 struct sunxi_nfc {
        struct nand_hw_control controller;