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:
parent
a8ba8bffbe
commit
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",
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user