Cast a ptrdiff_t value to an int to quiet a warning since we don't support

%t in the kernel printf yet.
This commit is contained in:
John Baldwin 2002-11-07 21:34:21 +00:00
parent 34c7d76e45
commit 9cbe11ea18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106580

View file

@ -928,7 +928,8 @@ ugen_isoc_rintr(usbd_xfer_handle xfer, usbd_private_handle addr,
return;
usbd_get_xfer_status(xfer, NULL, NULL, &count, NULL);
DPRINTFN(5,("ugen_isoc_rintr: xfer %d, count=%d\n", req - sce->isoreqs,
DPRINTFN(5,("ugen_isoc_rintr: xfer %d, count=%d\n",
(int)(req - sce->isoreqs),
count));
/* throw away oldest input if the buffer is full */