Michał Mirosław 9f3b795a62 driver-core: constify data for class_find_device()
All in-kernel users of class_find_device() don't really need mutable
data for match callback.

In two places (kernel/power/suspend_test.c, drivers/scsi/osd/osd_uld.c)
this patch changes match callbacks to use const search data.

The const is propagated to rtc_class_open() and power_supply_get_by_name()
parameters.

Note that there's a dev reference leak in suspend_test.c that's not
touched in this patch.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-02-06 12:18:56 -08:00
..
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-23 20:30:52 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2012-12-11 14:08:47 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-25 21:06:30 -08:00
2013-01-22 16:36:23 -08:00
2012-12-11 13:13:55 -08:00
2013-01-16 15:57:54 +01:00
2013-01-25 21:06:30 -08:00
2012-12-12 12:05:15 -08:00
2013-01-25 21:06:30 -08:00
2013-01-15 10:45:26 -07:00
2013-01-25 21:06:30 -08:00
2013-01-22 11:41:58 -08:00
2013-01-18 12:02:52 -08:00