All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: Adrian McMenamin <adrian@newgolddream.dyndns.info>,
	Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	linux-input <linux-input@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Paul Mundt <lethal@linux-sh.org>
Subject: Re: [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast
Date: Tue, 30 Dec 2008 00:17:44 -0800	[thread overview]
Message-ID: <200812300017.45336.dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <200812291719.47754.vapier@gentoo.org>

On Monday 29 December 2008 14:19:42 Mike Frysinger wrote:
> On Monday 29 December 2008 17:17:53 Adrian McMenamin wrote:
> > On Mon, 2008-12-29 at 22:46 +0100, Sam Ravnborg wrote:
> > > Look for an increase in section mismatch warning or try to
> > > build with:
> > > make CONFIG_DEBUG_SECTION_MISMATCH=y
> >
> > Just rebuilt the whole thing from scratch with that turned on and no
> > extra warnings at all.
>
> regardless, please add the aforementioned wrapping.  this comes up from
> time to time in various configurations.

It could be that neither of the platforms this driver is running on defines
CONFIG_HOTPLUG and then I think it is harmless but yes, we better have
__devexit_p() there.
 
-- 
Dmitry

WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: Adrian McMenamin <adrian@newgolddream.dyndns.info>,
	Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	linux-input <linux-input@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Paul Mundt <lethal@linux-sh.org>
Subject: Re: [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast
Date: Tue, 30 Dec 2008 08:17:44 +0000	[thread overview]
Message-ID: <200812300017.45336.dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <200812291719.47754.vapier@gentoo.org>

On Monday 29 December 2008 14:19:42 Mike Frysinger wrote:
> On Monday 29 December 2008 17:17:53 Adrian McMenamin wrote:
> > On Mon, 2008-12-29 at 22:46 +0100, Sam Ravnborg wrote:
> > > Look for an increase in section mismatch warning or try to
> > > build with:
> > > make CONFIG_DEBUG_SECTION_MISMATCH=y
> >
> > Just rebuilt the whole thing from scratch with that turned on and no
> > extra warnings at all.
>
> regardless, please add the aforementioned wrapping.  this comes up from
> time to time in various configurations.

It could be that neither of the platforms this driver is running on defines
CONFIG_HOTPLUG and then I think it is harmless but yes, we better have
__devexit_p() there.
 
-- 
Dmitry

  reply	other threads:[~2008-12-30  8:17 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-29 19:17 [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Adrian McMenamin
2008-12-29 19:17 ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:02 ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 21:02   ` Mike Frysinger
2008-12-29 21:30   ` Adrian McMenamin
2008-12-29 21:30     ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:36     ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 21:36       ` Mike Frysinger
2008-12-29 21:38       ` Adrian McMenamin
2008-12-29 21:38         ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:46         ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Sam Ravnborg
2008-12-29 21:46           ` Sam Ravnborg
2008-12-29 22:17           ` Adrian McMenamin
2008-12-29 22:17             ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 22:19             ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 22:19               ` Mike Frysinger
2008-12-30  8:17               ` Dmitry Torokhov [this message]
2008-12-30  8:17                 ` Dmitry Torokhov
2008-12-30 20:27                 ` Adrian McMenamin
2008-12-30 20:27                   ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2009-01-01  7:41                   ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2009-01-01  7:41                     ` Mike Frysinger

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=200812300017.45336.dmitry.torokhov@gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=adrian@newgolddream.dyndns.info \
    --cc=akpm@osdl.org \
    --cc=lethal@linux-sh.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=vapier@gentoo.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.