Merge branch 'asoc-5.4' into asoc-next
[linux-2.6-block.git] / sound / soc / intel / skylake / skl-debug.c
index 212370bf704c1c18289cbe5c578e14a444a23fc2..3466675f26785572db1b73ec0a38a4423b005407 100644 (file)
@@ -188,7 +188,7 @@ static ssize_t fw_softreg_read(struct file *file, char __user *user_buf,
        memset(d->fw_read_buff, 0, FW_REG_BUF);
 
        if (w0_stat_sz > 0)
-               __iowrite32_copy(d->fw_read_buff, fw_reg_addr, w0_stat_sz >> 2);
+               __ioread32_copy(d->fw_read_buff, fw_reg_addr, w0_stat_sz >> 2);
 
        for (offset = 0; offset < FW_REG_SIZE; offset += 16) {
                ret += snprintf(tmp + ret, FW_REG_BUF - ret, "%#.4x: ", offset);