Re: [PATCH v3 1/3] mtd: spi-nor: Parse BFPT to determine the 4-Byte Address Mode methods

From: Michael Walle
Date: Thu Apr 14 2022 - 05:05:59 EST


+ params->set_4byte_addr_mode = spansion_set_4byte_addr_mode;

Shouldn't this be getting a neutral name? The quad_enable methods
were renamed once, too.

Scrap that, I see it is done in patch 2.

-michael