]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_ace2.x: Use str_read_write() helper
authorYumeng Fang <fang.yumeng@zte.com.cn>
Fri, 23 May 2025 06:19:10 +0000 (14:19 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Jun 2025 16:11:11 +0000 (21:41 +0530)
Remove hard-coded strings by using the str_read_write() helper.

Signed-off-by: Yumeng Fang <fang.yumeng@zte.com.cn>
Signed-off-by: Yunjian Long <long.yunjian@zte.com.cn>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20250523141910793yUFpjomfu0byK_yFddHQu@zte.com.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_ace2x.c

index 5b31e1f69591da0de75847f4b8253690e4140005..7e893e4f48d6e52e4685862c916e4a89e9a53373 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/soundwire/sdw_registers.h>
 #include <linux/soundwire/sdw.h>
 #include <linux/soundwire/sdw_intel.h>
+#include <linux/string_choices.h>
 #include <sound/hdaudio.h>
 #include <sound/hda-mlink.h>
 #include <sound/hda-sdw-bpt.h>
@@ -183,7 +184,7 @@ static int intel_ace2x_bpt_open_stream(struct sdw_intel *sdw, struct sdw_slave *
                return 0;
 
        dev_err(cdns->dev, "%s: sdw_prepare_%s_dma_buffer failed %d\n",
-               __func__, command ? "read" : "write", ret);
+               __func__, str_read_write(command), ret);
 
        ret1 = hda_sdw_bpt_close(cdns->dev->parent, /* PCI device */
                                 sdw->bpt_ctx.bpt_tx_stream, &sdw->bpt_ctx.dmab_tx_bdl,