[PATCH 1/1] mtd: diskonchip: Fix incorrect placement of __initdata

Sachin Kamat sachin.kamat at linaro.org
Thu Oct 3 03:02:31 EDT 2013


On 3 October 2013 01:50, Brian Norris <computersforpeace at gmail.com> wrote:
> On Mon, Aug 12, 2013 at 03:10:47PM +0530, Sachin Kamat wrote:
>> -static unsigned long __initdata doc_locations[] = {
>> +static unsigned long doc_locations[] __initdata = {
>>  #if defined (__alpha__) || defined(__i386__) || defined(__x86_64__)
>>  #ifdef CONFIG_MTD_NAND_DISKONCHIP_PROBE_HIGH
>>       0xfffc8000, 0xfffca000, 0xfffcc000, 0xfffce000,
>

> Pushed to l2-mtd.git.

Thanks.

> If you're really interested in seeing this
> changed, there are a few other similar places in drivers/mtd/. Feel free
> to send a patch.
>

Sure. I will take a look at remaining instances and send the necessary patches.
Thanks.

-- 
With warm regards,
Sachin



More information about the linux-mtd mailing list