• Boris Brezillon's avatar
    mtd: nand: Do not expose the NAND manufacturer table directly · bcc678c2
    Boris Brezillon authored
    There is no reason to expose the NAND manufacturer table. Provide an
    helper function to find manufacturers by their id.
    
    We also turn the nand_manufacturers table into a const array, since its
    members are not modified after the initial assignment.
    
    Finally, we remove the sentinel manufacturer entry from the manufacturers
    table (we already have the array size information given by ARRAY_SIZE()),
    and add the nand_manufacturer_name() helper to handle the "Unknown" case
    properly.
    Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
    bcc678c2
nand_ids.c 8.83 KB