Staging: comedi: Corrected type of a printk argument in resize_async_buffer().
Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
a8ba8bffbe
Коммит
b8b5cd9f87
|
@ -2337,7 +2337,7 @@ static int resize_async_buffer(struct comedi_device *dev,
|
|||
}
|
||||
|
||||
DPRINTK("comedi%i subd %d buffer resized to %i bytes\n",
|
||||
dev->minor, s - dev->subdevices, async->prealloc_bufsz);
|
||||
dev->minor, (int)(s - dev->subdevices), async->prealloc_bufsz);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче