[PATCH 1/2] [MTD] Add support for RAM & ROM mappings in the physmap_of MTD driver.
Segher Boessenkool
segher at kernel.crashing.org
Wed Mar 26 11:34:58 EDT 2008
>>> {
>>> + .compatible = "physmap-ram",
>>> + .data = (void *)"map_ram",
>>> + },
>>> + {
>>> + .compatible = "physmap-rom",
>>> + .data = (void *)"map_rom",
>>> + },
>
>> Why the cast? It's redundant afaics.
>
> To be in line with the surrounding code...
I see _that_, but it's not a great argument IMNSHO. Could I trick
you into preceding this patch with a cleanup patch for the existing
casts?
Segher
More information about the linux-mtd
mailing list