]> Git Repo - linux.git/commitdiff
drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printk
authorDimitri Sivanich <[email protected]>
Fri, 28 Oct 2016 00:47:12 +0000 (17:47 -0700)
committerLinus Torvalds <[email protected]>
Fri, 28 Oct 2016 01:43:43 +0000 (18:43 -0700)
Would like to have this be a decimal number.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Dimitri Sivanich <[email protected]>
Reported-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/misc/sgi-gru/grumain.c

index 1525870f460aa65d0aa1b24baf119cb490ca35ed..33741ad4a74a0ee19af50cac294d52f5aa5726ab 100644 (file)
@@ -283,7 +283,7 @@ static void gru_unload_mm_tracker(struct gru_state *gru,
        spin_lock(&gru->gs_asid_lock);
        BUG_ON((asids->mt_ctxbitmap & ctxbitmap) != ctxbitmap);
        asids->mt_ctxbitmap ^= ctxbitmap;
-       gru_dbg(grudev, "gid %d, gts %p, gms %p, ctxnum 0x%d, asidmap 0x%lx\n",
+       gru_dbg(grudev, "gid %d, gts %p, gms %p, ctxnum %d, asidmap 0x%lx\n",
                gru->gs_gid, gts, gms, gts->ts_ctxnum, gms->ms_asidmap[0]);
        spin_unlock(&gru->gs_asid_lock);
        spin_unlock(&gms->ms_asid_lock);
This page took 0.061294 seconds and 4 git commands to generate.