[PATCH 01/24] mtd: rawnand: sunxi: cosmetic: remove needless comment
Andre Przywara
andre.przywara at arm.com
Fri Oct 17 09:56:46 CEST 2025
Hi Richard,
many thanks for sending this series, some good work here!
On 16/10/2025 15:27, Richard Genoud wrote:
> Remove 'complete' member from struct sunxi_nfc
>
> The 'complete' member isn't part of the structure, let's remove it.
>
> Signed-off-by: Richard Genoud <richard.genoud at bootlin.com>
Reviewed-by: Andre Przywara <andre.przywara at arm.com>
Cheers,
Andre
> ---
> drivers/mtd/nand/raw/sunxi_nand.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/mtd/nand/raw/sunxi_nand.c b/drivers/mtd/nand/raw/sunxi_nand.c
> index 1ce09b56b804..c6b9b2a4ebac 100644
> --- a/drivers/mtd/nand/raw/sunxi_nand.c
> +++ b/drivers/mtd/nand/raw/sunxi_nand.c
> @@ -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;
More information about the U-Boot
mailing list