mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 12:49:24 +00:00
trivial: Fix over-constification in fu_udev_device_get_siblings_with_subsystem()
This commit is contained in:
parent
ee03652200
commit
ae99b57b2a
@ -1971,7 +1971,7 @@ fu_udev_device_get_devtype(FuUdevDevice *self)
|
|||||||
* Since: 1.6.0
|
* Since: 1.6.0
|
||||||
*/
|
*/
|
||||||
GPtrArray *
|
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);
|
g_autoptr(GPtrArray) out = g_ptr_array_new_with_free_func(g_object_unref);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user