summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/ap_debug.h
diff options
context:
space:
mode:
authorHarald Freudenberger <freude@linux.ibm.com>2024-01-29 18:53:21 +0300
committerHeiko Carstens <hca@linux.ibm.com>2024-02-16 16:30:12 +0300
commit88e4c0da9b08fb8dd52840922837589157455449 (patch)
tree2578728ede31a4ecdb70c61c77dbc49f9a2591c9 /drivers/s390/crypto/ap_debug.h
parente8054eaeb5a57d1aa930962185e74060db0e9308 (diff)
downloadlinux-88e4c0da9b08fb8dd52840922837589157455449.tar.xz
s390/zcrypt: harmonize debug feature calls and defines
This patch harmonizes the calls and defines around the s390 debug feature as it is used in the AP bus and zcrypt device driver code. More or less cleanup and renaming, no functional changes. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Reviewed-by: Holger Dengler <dengler@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/ap_debug.h')
-rw-r--r--drivers/s390/crypto/ap_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/ap_debug.h b/drivers/s390/crypto/ap_debug.h
index c083ce88a9a6..9c53b64fb738 100644
--- a/drivers/s390/crypto/ap_debug.h
+++ b/drivers/s390/crypto/ap_debug.h
@@ -16,7 +16,7 @@
#define RC2ERR(rc) ((rc) ? DBF_ERR : DBF_INFO)
#define RC2WARN(rc) ((rc) ? DBF_WARN : DBF_INFO)
-#define DBF_MAX_SPRINTF_ARGS 6
+#define AP_DBF_MAX_SPRINTF_ARGS 6
#define AP_DBF(...) \
debug_sprintf_event(ap_dbf_info, ##__VA_ARGS__)