usb: wusbcore: fix build warning on 64-bit builds
Fix a build warning found by the kbuild test robot in the most recent wusbcore patches. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dafbe92edb
commit
cccd3a258e
|
@ -301,7 +301,7 @@ static unsigned __wa_xfer_is_done(struct wa_xfer *xfer)
|
|||
break;
|
||||
case WA_SEG_ERROR:
|
||||
xfer->result = seg->result;
|
||||
dev_dbg(dev, "xfer %p ID %08X#%u: ERROR result %zu(0x%08X)\n",
|
||||
dev_dbg(dev, "xfer %p ID %08X#%u: ERROR result %zu(0x%08zX)\n",
|
||||
xfer, wa_xfer_id(xfer), seg->index, seg->result,
|
||||
seg->result);
|
||||
goto out;
|
||||
|
|
Loading…
Reference in New Issue