kernel/drivers/s390/cio/chsc_sch.c
.. .. @@ -203,7 +203,7 @@ 203 203 204 204 static DEFINE_SPINLOCK(chsc_lock); 205 205 206 -static int chsc_subchannel_match_next_free(struct device *dev, void *data)206 +static int chsc_subchannel_match_next_free(struct device *dev, const void *data)207 207 { 208 208 struct subchannel *sch = to_subchannel(dev); 209 209