All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Vorontsov <cbou@mail.ru>
To: akpm@linux-foundation.org
Cc: Greg KH <gregkh@suse.de>, Evgeniy Polyakov <johnpol@2ka.mipt.ru>,
	linux-kernel@vger.kernel.org
Subject: Re: + git-battery-fix.patch added to -mm tree
Date: Tue, 8 May 2007 15:19:24 +0400	[thread overview]
Message-ID: <20070508111924.GA16785@zarina> (raw)
In-Reply-To: <200705081001.l48A1KUK020833@shell0.pdx.osdl.net>

On Tue, May 08, 2007 at 03:01:20AM -0700, akpm@linux-foundation.org wrote:
> 
> The patch titled
>      git-battery-fix
> has been added to the -mm tree.  Its filename is
>      git-battery-fix.patch

Andrew, much thanks for fixing that. That error triggered by some
refactors in drivers/base/... I suppose I have to setup -mm tree in
addition to Linus', to test -mm builds from time to time for the
purpose of catching these changes myself.

Though, this error happened indeed because nobody cares about
find_bus function nowdays...

I want ask Greg KH and Evgeniy Polyakov: could you together settle
preferred way of accessing bus types? Should we really use
find_bus/bus_find, or Evgeniy would just export w1 bus type? In
later case, I'll remove un-"if 0" find_bus patch, and will
prepare another which will export w1 bus type.

I do not have any preference, both solutions will work.

Thanks,

> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> 
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
> 
> ------------------------------------------------------
> Subject: git-battery-fix
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> Cc: Anton Vorontsov <cbou@mail.ru>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>  drivers/base/bus.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN drivers/base/bus.c~git-battery-fix drivers/base/bus.c
> --- a/drivers/base/bus.c~git-battery-fix
> +++ a/drivers/base/bus.c
> @@ -740,7 +740,7 @@ void put_bus(struct bus_type * bus)
>  
>  struct bus_type * find_bus(char * name)
>  {
> -	struct kobject * k = kset_find_obj(&bus_subsys.kset, name);
> +	struct kobject * k = kset_find_obj(&bus_subsys, name);
>  	return k ? to_bus(k) : NULL;
>  }
>  EXPORT_SYMBOL_GPL(find_bus);
> _
> 

-- 
Anton Vorontsov
email: cbou@mail.ru
backup email: ya-cbou@yandex.ru
irc://irc.freenode.org/bd2

  reply	other threads:[~2007-05-08 11:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-08 10:01 + git-battery-fix.patch added to -mm tree akpm
2007-05-08 11:19 ` Anton Vorontsov [this message]
2007-05-08 12:13   ` Evgeniy Polyakov
2007-05-13  9:27     ` Greg KH
2007-05-15 16:41       ` Anton Vorontsov

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=20070508111924.GA16785@zarina \
    --to=cbou@mail.ru \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@suse.de \
    --cc=johnpol@2ka.mipt.ru \
    --cc=linux-kernel@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 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.