Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion XDMA/linux-kernel/xdma/libxdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ static int engine_service(struct xdma_engine *engine, int desc_writeback)

/* Service the engine */
if (!engine->running) {
dbg_tfr("Engine was not running!!! Clearing status\n");
pr_err("Engine was not running!!! Clearing status\n");
rv = engine_status_read(engine, 1, 0);
if (rv < 0) {
pr_err("%s failed to read status\n", engine->name);
Expand Down