From: Lars-Peter Clausen <lars@metafoo.de>
To: Gerard Snitselaar <dev@snitselaar.org>
Cc: 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: Wed, 11 Jul 2012 08:56:58 +0200 [thread overview]
Message-ID: <4FFD23BA.8070502@metafoo.de> (raw)
In-Reply-To: <1341979502-27440-1-git-send-email-dev@snitselaar.org>
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>
> ---
> 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);
> }
next prev parent reply other threads:[~2012-07-11 6:56 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 [this message]
2012-07-12 19:22 ` Jonathan Cameron
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=4FFD23BA.8070502@metafoo.de \
--to=lars@metafoo.de \
--cc=dev@snitselaar.org \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@cam.ac.uk \
--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).