Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / iio / industrialio-sw-trigger.c
index 9ae793a..994f03a 100644 (file)
@@ -27,7 +27,7 @@ static DEFINE_MUTEX(iio_trigger_types_lock);
 
 static
 struct iio_sw_trigger_type *__iio_find_sw_trigger_type(const char *name,
-                                                      unsigned len)
+                                                      unsigned int len)
 {
        struct iio_sw_trigger_type *t = NULL, *iter;