trivial: Fix over-constification in fu_udev_device_get_siblings_with_subsystem()

This commit is contained in:
Richard Hughes 2022-11-01 13:13:50 +00:00
parent ee03652200
commit ae99b57b2a

View File

@ -1971,7 +1971,7 @@ fu_udev_device_get_devtype(FuUdevDevice *self)
* Since: 1.6.0
*/
GPtrArray *
fu_udev_device_get_siblings_with_subsystem(FuUdevDevice *self, const gchar *const subsystem)
fu_udev_device_get_siblings_with_subsystem(FuUdevDevice *self, const gchar *subsystem)
{
g_autoptr(GPtrArray) out = g_ptr_array_new_with_free_func(g_object_unref);