s390/zcrypt: fix wrong format specifications
authorHarald Freudenberger <freude@linux.ibm.com>
Thu, 8 Oct 2020 06:43:09 +0000 (08:43 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 9 Oct 2020 21:45:30 +0000 (23:45 +0200)
commit4366dd7251259806e57251cb2d699f0863841775
tree27319a54b1657f841bf01013a19c1b855810bb46
parentb61e1f3281c5a53f24f47849873463514f58c1b8
s390/zcrypt: fix wrong format specifications

Fixes 5 wrong format specification findings found by the
kernel test robot in ap_queue.c:

warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
                               __func__, status.response_code,

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 2ea2a6099ae3 ("s390/ap: add error response code field for ap queue devices")
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/ap_queue.c