Skip to content

Commit

Permalink
fixup! soundwire: debugfs: add interface for BPT/BRA transfers
Browse files Browse the repository at this point in the history
fix the print type of size_t.
Reported by build test / GCC build i386 (pull_request)

Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao authored and ujfalusi committed Jan 27, 2025
1 parent 6d8bb5f commit 638fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soundwire/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int cmd_go(void *data, u64 value)
pm_runtime_mark_last_busy(&slave->dev);
pm_runtime_put(&slave->dev);

dev_dbg(&slave->dev, "command completed, num_byte %ld status %d, time %lld ms\n",
dev_dbg(&slave->dev, "command completed, num_byte %zu status %d, time %lld ms\n",
num_bytes, ret, div_u64(finish_t - start_t, NSEC_PER_MSEC));

return ret;
Expand Down

0 comments on commit 638fb42

Please sign in to comment.