[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOh2x==i26PjSWzFYE+qzAThUL1fiFy8D17NtQGZqznGzRVApw@mail.gmail.com>
Date: Thu, 27 Sep 2012 13:46:17 +0530
From: viresh kumar <viresh.kumar@...aro.org>
To: balbi@...com
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Vinod Koul <vinod.koul@...el.com>,
linux-kernel@...r.kernel.org,
spear-devel <spear-devel@...t.st.com>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>
Subject: Re: [PATCHv3 1/7] dmaengine: dw_dmac: use helper macro module_platform_driver()
On Thu, Sep 27, 2012 at 1:10 PM, Felipe Balbi <balbi@...com> wrote:
>> diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
>> @@ -1700,6 +1700,7 @@ MODULE_DEVICE_TABLE(of, dw_dma_id_table);
>> #endif
>>
>> static struct platform_driver dw_driver = {
>> + .probe = dw_probe,
>
> probe's in __init section. This is wrong. You need to change probe
> __devinit.
Good one. How can i miss it. :(
@Andy: Please add my Acked-by: after this change.
--
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