[PATCH v2] nandsim: add id_bytes module parameter

Akinobu Mita akinobu.mita at gmail.com
Wed Oct 22 16:38:54 PDT 2014


2014-10-22 17:59 GMT+09:00 Brian Norris <computersforpeace at gmail.com>:
>> @@ -138,10 +142,11 @@ module_param(cache_file,     charp, 0400);
>>  module_param(bbt,         uint, 0400);
>>  module_param(bch,         uint, 0400);
>>
>> -MODULE_PARM_DESC(first_id_byte,  "The first byte returned by NAND Flash 'read ID' command (manufacturer ID)");
>> -MODULE_PARM_DESC(second_id_byte, "The second byte returned by NAND Flash 'read ID' command (chip ID)");
>> -MODULE_PARM_DESC(third_id_byte,  "The third byte returned by NAND Flash 'read ID' command");
>> -MODULE_PARM_DESC(fourth_id_byte, "The fourth byte returned by NAND Flash 'read ID' command");
>> +MODULE_PARM_DESC(id_bytes,       "The ID bytes returned by NAND Flash 'read ID' command (obsolete)");
>
> A little aggressive on marking this one obsolete, eh? :)

Oops.  Good catch.



More information about the linux-mtd mailing list