All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: <linux-kernel@vger.kernel.org>,
	Ralf Baechle <ralf@linux-mips.org>, <linux-mips@linux-mips.org>
Subject: Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular
Date: Tue, 2 Jun 2015 18:43:04 -0400	[thread overview]
Message-ID: <20150602224304.GH29898@windriver.com> (raw)
In-Reply-To: <1433281628.2361.93.camel@x220>

[Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular] On 02/06/2015 (Tue 23:47) Paul Bolle wrote:

> On Tue, 2015-06-02 at 16:16 -0400, Paul Gortmaker wrote:
> > +static void __init serial_exit(void)
> 
> s/__init/__exit/

Argh, yes thanks for spotting that copy-n-waste error.  Will fix.

Paul.
--

> 
> > +{
> > +	platform_device_unregister(&uart8250_device);
> > +}
> > +module_exit(serial_exit);
> 
> 
> Paul Bolle
> 

WARNING: multiple messages have this Message-ID (diff)
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	linux-mips@linux-mips.org
Subject: Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular
Date: Tue, 2 Jun 2015 18:43:04 -0400	[thread overview]
Message-ID: <20150602224304.GH29898@windriver.com> (raw)
Message-ID: <20150602224304.IaMPfGXcWFpynsj4UoNZP6PVLbJKaE6A2J4fN_dD9Ho@z> (raw)
In-Reply-To: <1433281628.2361.93.camel@x220>

[Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular] On 02/06/2015 (Tue 23:47) Paul Bolle wrote:

> On Tue, 2015-06-02 at 16:16 -0400, Paul Gortmaker wrote:
> > +static void __init serial_exit(void)
> 
> s/__init/__exit/

Argh, yes thanks for spotting that copy-n-waste error.  Will fix.

Paul.
--

> 
> > +{
> > +	platform_device_unregister(&uart8250_device);
> > +}
> > +module_exit(serial_exit);
> 
> 
> Paul Bolle
> 

  reply	other threads:[~2015-06-02 22:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 20:16 [PATCH 0/4] Relocate module code from init.h to module.h Paul Gortmaker
2015-06-02 20:16 ` Paul Gortmaker
2015-06-02 20:16 ` Paul Gortmaker
2015-06-02 20:16 ` [PATCH 1/4] x86: replace __init_or_module with __init in non-modular vsmp_64.c Paul Gortmaker
2015-06-02 20:16 ` [PATCH 2/4] arm: fix implicit #include <linux/init.h> in entry asm Paul Gortmaker
2015-06-02 20:16   ` Paul Gortmaker
2015-06-02 20:16 ` [PATCH 3/4] mips: make loongsoon serial driver explicitly modular Paul Gortmaker
2015-06-02 20:16   ` Paul Gortmaker
2015-06-02 21:47   ` Paul Bolle
2015-06-02 22:43     ` Paul Gortmaker [this message]
2015-06-02 22:43       ` Paul Gortmaker
2015-06-03  7:55   ` Ralf Baechle
2015-06-09  7:35   ` Ralf Baechle
2015-06-09 23:15     ` Paul Gortmaker
2015-06-09 23:15       ` Paul Gortmaker
2015-06-10  8:47       ` Ralf Baechle
2015-06-02 20:16 ` [PATCH 4/4] module: relocate module_init from init.h to module.h Paul Gortmaker

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=20150602224304.GH29898@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=pebolle@tiscali.nl \
    --cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.