From: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Gerard Snitselaar <dev@snitselaar.org>,
linux-kernel@vger.kernel.org, linux-next@vger.kernel.org,
linux-iio@vger.kernel.org, jic23@cam.ac.uk,
gregkh@linuxfoundation.org
Subject: Re: [PATCH] iio: dac: ad5064: fix section mismatch in ad5064_init() in linux-next
Date: Thu, 12 Jul 2012 20:22:43 +0100 [thread overview]
Message-ID: <4FFF2403.5090809@kernel.org> (raw)
In-Reply-To: <4FFD23BA.8070502@metafoo.de>
On 07/11/2012 07:56 AM, Lars-Peter Clausen wrote:
> On 07/11/2012 06:05 AM, Gerard Snitselaar wrote:
>> ad5064_init() calls ad5064_spi_unregister_driver() which is annotated
>> __exit.
>>
>> Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
>
> Thanks,
>
> Acked-by: Lars-Peter Clausen <lars@metafoo.de>
merged to fixes-togreg and pull request sent.
>
>> ---
>> drivers/iio/dac/ad5064.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/iio/dac/ad5064.c b/drivers/iio/dac/ad5064.c
>> index aa739c4..6ec1319 100644
>> --- a/drivers/iio/dac/ad5064.c
>> +++ b/drivers/iio/dac/ad5064.c
>> @@ -582,7 +582,7 @@ static int __init ad5064_spi_register_driver(void)
>> return spi_register_driver(&ad5064_spi_driver);
>> }
>>
>> -static void __exit ad5064_spi_unregister_driver(void)
>> +static void ad5064_spi_unregister_driver(void)
>> {
>> spi_unregister_driver(&ad5064_spi_driver);
>> }
>
prev parent reply other threads:[~2012-07-12 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 4:05 [PATCH] iio: dac: ad5064: fix section mismatch in ad5064_init() in linux-next Gerard Snitselaar
2012-07-11 6:56 ` Lars-Peter Clausen
2012-07-12 19:22 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFF2403.5090809@kernel.org \
--to=jic23@kernel.org \
--cc=dev@snitselaar.org \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@cam.ac.uk \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).