[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130930.221731.1527688326511547313.davem@davemloft.net>
Date: Mon, 30 Sep 2013 22:17:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: b.zolnierkie@...sung.com
Cc: jonas.jensen@...il.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kyungmin.park@...sung.com
Subject: Re: [PATCH] ethernet: moxa: fix incorrect placement of __initdata
tag
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>
Date: Mon, 30 Sep 2013 15:18:27 +0200
> __initdata tag should be placed between the variable name and equal
> sign for the variable to be placed in the intended .init.data section.
>
> In this particular case __initdata is incorrect as moxart_mac_driver
> can be used after the driver gets initialized.
>
> Also while at it static-ize moxart_mac_driver.
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@...sung.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists