Thread (2 messages) 2 messages, 1 author, 2011-08-13

Re: [PATCH][-next] acpi/acpi_drivers.h: fix warnings when ACPI_DOCK is not enabled

From: Arnaud Lacombe <hidden>
Date: 2011-08-13 00:23:45
Also in: lkml

Hi,

On Fri, Jul 29, 2011 at 12:34 PM, Arnaud Lacombe [off-list ref] wrote:
/src/linux/linux/drivers/ata/libata-acpi.c: In function 'ata_acpi_associate':
/src/linux/linux/drivers/ata/libata-acpi.c:266:11: warning: passing argument 2 of 'register_hotplug_dock_device' discards 'const' qualifier from pointer target type [enabled by default]
/src/linux/linux/include/acpi/acpi_drivers.h:146:19: note: expected 'struct acpi_dock_ops *' but argument is of type 'const struct acpi_dock_ops *'
/src/linux/linux/drivers/ata/libata-acpi.c:275:11: warning: passing argument 2 of 'register_hotplug_dock_device' discards 'const' qualifier from pointer target type [enabled by default]
/src/linux/linux/include/acpi/acpi_drivers.h:146:19: note: expected 'struct acpi_dock_ops *' but argument is of type 'const struct acpi_dock_ops *'
ping ? next-20110811 is still bad.

 - Arnaud
quoted hunk ↗ jump to hunk
Cc: Vasiliy Kulikov <redacted>
Cc: Jeff Garzik <redacted>
Cc: Len Brown <redacted>
Signed-off-by: Arnaud Lacombe <redacted>
---
 include/acpi/acpi_drivers.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index e49c36d..bb145e4 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -144,7 +144,7 @@ static inline void unregister_dock_notifier(struct notifier_block *nb)
 {
 }
 static inline int register_hotplug_dock_device(acpi_handle handle,
-                                              struct acpi_dock_ops *ops,
+                                              const struct acpi_dock_ops *ops,
                                              void *context)
 {
       return -ENODEV;
--
1.7.6.153.g78432
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help