]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: ufs: core: Remove UFS_DEV_COMP
authorBart Van Assche <bvanassche@acm.org>
Tue, 14 Oct 2025 20:00:57 +0000 (13:00 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 24 Oct 2025 02:18:12 +0000 (22:18 -0400)
Remove the UFS_DEV_COMP constant because it is not used.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Peter Wang <peter.wang@mediatek.com>
Link: https://patch.msgid.link/20251014200118.3390839-6-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufs_trace.h
drivers/ufs/core/ufs_trace_types.h

index 584c2b5c6ad998675d05345ab18df241c9588244..309ae51b4906396ed3e5d68b98a0c0dc26e67ae4 100644 (file)
@@ -42,7 +42,6 @@
 #define UFS_CMD_TRACE_STRINGS                                  \
        EM(UFS_CMD_SEND,        "send_req")                     \
        EM(UFS_CMD_COMP,        "complete_rsp")                 \
-       EM(UFS_DEV_COMP,        "dev_complete")                 \
        EM(UFS_QUERY_SEND,      "query_send")                   \
        EM(UFS_QUERY_COMP,      "query_complete")               \
        EM(UFS_QUERY_ERR,       "query_complete_err")           \
index f2d5ad1d92b96bc220d04afd8342471cb2d265f8..bf821970f0925277c4444b5880fff051304eb5d4 100644 (file)
@@ -5,7 +5,6 @@
 enum ufs_trace_str_t {
        UFS_CMD_SEND,
        UFS_CMD_COMP,
-       UFS_DEV_COMP,
        UFS_QUERY_SEND,
        UFS_QUERY_COMP,
        UFS_QUERY_ERR,