[RAMEN9610-12171] dma-buf: fix gcc build error due to type
authorhyesoo.yu <hyesoo.yu@samsung.com>
Wed, 5 Sep 2018 00:31:06 +0000 (09:31 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:17 +0000 (20:23 +0300)
Change-Id: I33c7cf960b02c9d1c43a438671fb038da59076a7
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/dma-buf/dma-buf-trace.c

index 862bf8558618930b4f3155e1e024df6656205b1a..5a65629e08c541889f6133fd361367b6f1ef263f 100644 (file)
@@ -130,7 +130,7 @@ static int dmabuf_trace_task_release(struct inode *inode, struct file *file)
        struct dmabuf_trace_ref *ref, *tmp;
 
        if (!(task->task->flags & PF_EXITING)) {
-               pr_err("%s: Invalid to close '%d' on process '%s'(%x, %x)\n",
+               pr_err("%s: Invalid to close '%d' on process '%s'(%x, %lx)\n",
                       __func__, task->task->pid, task->task->comm,
                       task->task->flags, task->task->state);