Re: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-22 Thread Jarek Poplawski
On Tue, Aug 21, 2007 at 04:18:20PM +0100, Al Viro wrote: On Tue, Aug 21, 2007 at 07:14:49PM +0400, Alexey Starikovskiy wrote: WANG Cong wrote: Fix this warning: drivers/acpi/ec.c: In function `acpi_ec_ecdt_probe': drivers/acpi/ec.c:873: warning: passing arg 1 of `acpi_get_devices'

RE: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-22 Thread Brown, Len
On Tue, Aug 21, 2007 at 07:22:51PM +0400, Alexey Starikovskiy wrote: Yes, that is the proper solution with a single drawback: it touches ACPICA dual-licensed code and would take ages to commit, and Len would probably ask you to give permission to re-license it under BSD. The latter is

Re: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-22 Thread Al Viro
On Wed, Aug 22, 2007 at 08:59:48PM -0400, Brown, Len wrote: The dual license is at the top of the file. I just need to know when you touch one of these dual-license files that Intel has your permission to ship your change to folks we send the same file to under the BSD-style non-GPL license.

Re: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-21 Thread Alexey Starikovskiy
WANG Cong wrote: Fix this warning: drivers/acpi/ec.c: In function `acpi_ec_ecdt_probe': drivers/acpi/ec.c:873: warning: passing arg 1 of `acpi_get_devices' discards qualifiers from pointer target type (I don't know whether this fix hits the real problem.) It is safe to give

Re: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-21 Thread Alexey Starikovskiy
Al Viro wrote: On Tue, Aug 21, 2007 at 07:14:49PM +0400, Alexey Starikovskiy wrote: WANG Cong wrote: Fix this warning: drivers/acpi/ec.c: In function `acpi_ec_ecdt_probe': drivers/acpi/ec.c:873: warning: passing arg 1 of `acpi_get_devices' discards qualifiers from pointer target

Re: [Git Patch] ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-21 Thread Al Viro
On Tue, Aug 21, 2007 at 07:22:51PM +0400, Alexey Starikovskiy wrote: Yes, that is the proper solution with a single drawback: it touches ACPICA dual-licensed code and would take ages to commit, and Len would probably ask you to give permission to re-license it under BSD. The latter is