Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1217990 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2015-09-03 03:20 +0200 |
| Last post | 2015-09-05 18:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCHv4 1/2] staging: wilc1000: remove FREE_WILC_BUFFER() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-03 03:20 +0200
Re: [PATCHv4 1/2] staging: wilc1000: remove FREE_WILC_BUFFER() Raphaël Beamonte <raphael.beamonte@gmail.com> - 2015-09-05 18:30 +0200
Re: [PATCHv4 1/2] staging: wilc1000: remove FREE_WILC_BUFFER() Raphaël Beamonte <raphael.beamonte@gmail.com> - 2015-09-05 18:40 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-03 03:20 +0200 |
| Subject | Re: [PATCHv4 1/2] staging: wilc1000: remove FREE_WILC_BUFFER() |
| Message-ID | <q4rm2-5k7-3@gated-at.bofh.it> |
On Tue, Aug 18, 2015 at 11:14:49PM -0400, Raphaël Beamonte wrote: > It was just a wrapper around kfree(), so call that instead. > > Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com> > --- > drivers/staging/wilc1000/wilc_exported_buf.c | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) Turns out this file is never even built, you should just remove it :) -- 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/
[toc] | [next] | [standalone]
| From | Raphaël Beamonte <raphael.beamonte@gmail.com> |
|---|---|
| Date | 2015-09-05 18:30 +0200 |
| Message-ID | <q5ovN-5J6-31@gated-at.bofh.it> |
| In reply to | #1217990 |
2015-09-02 21:19 GMT-04:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>:
> Turns out this file is never even built, you should just remove it :)
You're right, although it seems that is one of the "To-dos" of that
module, as the references I find about the config variable to allow
the compiling of that file is the following:
config WILC1000_PREALLOCATE_DURING_SYSTEM_BOOT
bool "Preallocate memory pool during system boot"
---help---
To do.
Found on https://github.com/linux4sc/wireless-driver/blob/master/wilc1000/Kconfig
However, it seems that entry of the Kconfig has been removed in the
kernel. It thus can probably be safe to remove all occurences linked
to that option from the driver in the kernel, while the authors will
be able to add them back when it will be a working configuration
option. I'll do that!
--
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/
[toc] | [prev] | [next] | [standalone]
| From | Raphaël Beamonte <raphael.beamonte@gmail.com> |
|---|---|
| Date | 2015-09-05 18:40 +0200 |
| Message-ID | <q5oFs-5Uf-9@gated-at.bofh.it> |
| In reply to | #1219578 |
Oh well. Actually you did it. I answered while pulling the git... Sorry for that unuseful mail! :) 2015-09-05 12:25 GMT-04:00 Raphaël Beamonte <raphael.beamonte@gmail.com>: > 2015-09-02 21:19 GMT-04:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>: >> Turns out this file is never even built, you should just remove it :) > > You're right, although it seems that is one of the "To-dos" of that > module, as the references I find about the config variable to allow > the compiling of that file is the following: > > config WILC1000_PREALLOCATE_DURING_SYSTEM_BOOT > bool "Preallocate memory pool during system boot" > ---help--- > To do. > > Found on https://github.com/linux4sc/wireless-driver/blob/master/wilc1000/Kconfig > However, it seems that entry of the Kconfig has been removed in the > kernel. It thus can probably be safe to remove all occurences linked > to that option from the driver in the kernel, while the authors will > be able to add them back when it will be a working configuration > option. I'll do that! -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web