All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] drivers-misc-sgi-gru-grumainc-remove-bogus-0x-prefix-from-printk.patch removed from -mm tree
@ 2016-10-28 18:31 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-10-28 18:31 UTC (permalink / raw)
  To: sivanich, u.kleine-koenig, mm-commits


The patch titled
     Subject: drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printk
has been removed from the -mm tree.  Its filename was
     drivers-misc-sgi-gru-grumainc-remove-bogus-0x-prefix-from-printk.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Dimitri Sivanich <sivanich@sgi.com>
Subject: drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printk

Would like to have this be a decimal number.

Link: http://lkml.kernel.org/r/20161026134746.GA30169@sgi.com
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/misc/sgi-gru/grumain.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/misc/sgi-gru/grumain.c~drivers-misc-sgi-gru-grumainc-remove-bogus-0x-prefix-from-printk drivers/misc/sgi-gru/grumain.c
--- a/drivers/misc/sgi-gru/grumain.c~drivers-misc-sgi-gru-grumainc-remove-bogus-0x-prefix-from-printk
+++ a/drivers/misc/sgi-gru/grumain.c
@@ -283,7 +283,7 @@ static void gru_unload_mm_tracker(struct
 	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);
_

Patches currently in -mm which might be from sivanich@sgi.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 18:31 [merged] drivers-misc-sgi-gru-grumainc-remove-bogus-0x-prefix-from-printk.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.