Orangefs: make gossip statement more palatable to xtensa

Thanks to Intel's kbuild test robot

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Mike Marshall 2016-01-19 12:04:40 -05:00
parent 5e1f3938f9
commit cf0c27715b
2 changed files with 4 additions and 4 deletions

View File

@ -275,10 +275,10 @@ static ssize_t orangefs_devreq_write_iter(struct kiocb *iocb,
ret);
if (total < MAX_DEV_REQ_DOWNSIZE) {
gossip_err("%s: total:%d: must be at least:%lu:\n",
gossip_err("%s: total:%d: must be at least:%u:\n",
__func__,
total,
MAX_DEV_REQ_DOWNSIZE);
(unsigned int) MAX_DEV_REQ_DOWNSIZE);
ret = -EFAULT;
goto out;
}