All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: linux-pcmcia@lists.infradead.org,
	"David S. Miller" <davem@davemloft.net>,
	Jiri Kosina <jkosina@suse.cz>, David Sterba <dsterba@suse.cz>,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 3/9] pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Date: Tue, 27 Oct 2009 15:28:32 -0400	[thread overview]
Message-ID: <20091027192832.GD15566@tuxdriver.com> (raw)
In-Reply-To: <1255907255-28297-3-git-send-email-linux@dominikbrodowski.net>

On Mon, Oct 19, 2009 at 01:07:29AM +0200, Dominik Brodowski wrote:
> Use pcmcia_loop_config() in a few drivers missed during the first
> round. On fmvj18x_cs.c it -- strangely -- only requries us to set
> conf.ConfigIndex, which is done by the core, so include an empty
> loop function which returns 0 unconditionally.
> 
> CC: David S. Miller <davem@davemloft.net>
> CC: John W. Linville <linville@tuxdriver.com>
> CC: Jiri Kosina <jkosina@suse.cz>
> CC: David Sterba <dsterba@suse.cz>
> CC: netdev@vger.kernel.org
> CC: linux-wireless@vger.kernel.org
> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

Acked-by: John W. Linville <linville@tuxdriver.com>

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
To: Dominik Brodowski
	<linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org>
Cc: linux-pcmcia-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	"David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
	Jiri Kosina <jkosina-AlSwsSmVLrQ@public.gmane.org>,
	David Sterba <dsterba-AlSwsSmVLrQ@public.gmane.org>,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 3/9] pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Date: Tue, 27 Oct 2009 15:28:32 -0400	[thread overview]
Message-ID: <20091027192832.GD15566@tuxdriver.com> (raw)
In-Reply-To: <1255907255-28297-3-git-send-email-linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org>

On Mon, Oct 19, 2009 at 01:07:29AM +0200, Dominik Brodowski wrote:
> Use pcmcia_loop_config() in a few drivers missed during the first
> round. On fmvj18x_cs.c it -- strangely -- only requries us to set
> conf.ConfigIndex, which is done by the core, so include an empty
> loop function which returns 0 unconditionally.
> 
> CC: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
> CC: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> CC: Jiri Kosina <jkosina-AlSwsSmVLrQ@public.gmane.org>
> CC: David Sterba <dsterba-AlSwsSmVLrQ@public.gmane.org>
> CC: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> CC: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Signed-off-by: Dominik Brodowski <linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org>

Acked-by: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>

-- 
John W. Linville		Someday the world will need a hero, and you
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org			might be all we have.  Be ready.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2009-10-27 19:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-18 23:07 [PATCH 1/9] serial_cs: use pcmcia_loop_config() and pre-determined values Dominik Brodowski
2009-10-18 23:07 ` [PATCH 2/9] pcmcia: use " Dominik Brodowski
2009-10-18 23:07   ` [PATCH 3/9] pcmcia: use pcmcia_loop_config in misc pcmcia drivers Dominik Brodowski
     [not found]     ` <1255907255-28297-4-git-send-email-linux@dominikbrodowski.net>
     [not found]       ` <1255907255-28297-5-git-send-email-linux@dominikbrodowski.net>
2009-10-18 23:07         ` [PATCH 6/9] pcmcia: convert net pcmcia drivers to use new CIS helpers Dominik Brodowski
     [not found]           ` <1255907255-28297-7-git-send-email-linux@dominikbrodowski.net>
2009-10-18 23:07             ` [PATCH 8/9] pcmcia: convert pcmciamtd driver " Dominik Brodowski
     [not found]               ` <1255907255-28297-9-git-send-email-linux@dominikbrodowski.net>
2009-10-26 22:19                 ` [PATCH 9/9] pcmcia: remove pcmcia_get_{first,next}_tuple() Randy Dunlap
2009-10-27  5:12                   ` Dominik Brodowski
2009-10-27 14:39                     ` Greg KH
2009-10-28 21:27                       ` Dominik Brodowski
2009-10-28 21:36                         ` Greg KH
2009-10-29  0:02                         ` Dominik Brodowski
2009-10-29 19:05                           ` Greg KH
2009-10-29 20:46                           ` Randy Dunlap
2009-11-01 17:49                             ` Dominik Brodowski
2009-10-19 13:45     ` [PATCH 3/9] pcmcia: use pcmcia_loop_config in misc pcmcia drivers Jiri Kosina
2009-10-27 19:28     ` John W. Linville [this message]
2009-10-27 19:28       ` John W. Linville
2009-10-27 19:28   ` [PATCH 2/9] pcmcia: use pre-determined values John W. Linville
2009-10-19 12:06 ` [PATCH 1/9] serial_cs: use pcmcia_loop_config() and " Komuro
2009-10-19 12:37   ` Dominik Brodowski
2009-10-21 12:30     ` Komuro
2009-10-21 12:36       ` Dominik Brodowski

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=20091027192832.GD15566@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=davem@davemloft.net \
    --cc=dsterba@suse.cz \
    --cc=jkosina@suse.cz \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linux@dominikbrodowski.net \
    --cc=netdev@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.