Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260498
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] wireless:b43: remove last reference on B43_PCMCIA |
| Date | 2015-11-02 10:50 +0100 |
| Message-ID | <qqjUt-3G6-3@gated-at.bofh.it> (permalink) |
| References | <qqjB7-3zJ-1@gated-at.bofh.it> <qqjKN-3CM-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Nov 02 '15 10:31, Rafał Miłecki wrote:
> On 2 November 2015 at 10:24, Valentin Rothberg
> <valentinrothberg@gmail.com> wrote:
> > Remove last reference on Kconfig option B43_PCMCIA, which has been
> > removed by commit 399500da18f7 ("ssb: pick PCMCIA host code support from
> > b43 driver").
> >
> > Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
> > ---
> > drivers/net/wireless/b43/main.c | 3 ---
> > 1 file changed, 3 deletions(-)
> >
> > diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c
> > index ec013fbd6a81..190efd3160b7 100644
> > --- a/drivers/net/wireless/b43/main.c
> > +++ b/drivers/net/wireless/b43/main.c
> > @@ -5826,9 +5826,6 @@ static void b43_print_driverinfo(void)
> > #ifdef CONFIG_B43_PCI_AUTOSELECT
> > feat_pci = "P";
> > #endif
> > -#ifdef CONFIG_B43_PCMCIA
> > - feat_pcmcia = "M";
> > -#endif
> > #ifdef CONFIG_B43_PHY_N
> > feat_nphy = "N";
> > #endif
>
> There is no point of leaving feat_pcmcia variable.
Sorry, I will fix and resend the patch.
Thanks,
Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] wireless:b43: remove last reference on B43_PCMCIA Valentin Rothberg <valentinrothberg@gmail.com> - 2015-11-02 10:30 +0100
Re: [PATCH] wireless:b43: remove last reference on B43_PCMCIA Rafał Miłecki <zajec5@gmail.com> - 2015-11-02 10:40 +0100
Re: [PATCH] wireless:b43: remove last reference on B43_PCMCIA Valentin Rothberg <valentinrothberg@gmail.com> - 2015-11-02 10:50 +0100
[PATCH v2] wireless:b43: remove last reference on B43_PCMCIA Valentin Rothberg <valentinrothberg@gmail.com> - 2015-11-02 11:00 +0100
csiph-web