All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] This is my first patch! this patch added KERN_DEBUG macro to a printk function
@ 2021-08-11 20:04 amartyach98
  0 siblings, 0 replies; only message in thread
From: amartyach98 @ 2021-08-11 20:04 UTC (permalink / raw)
  To: kernel-janitors; +Cc: Linus Torvalds

From: Linus Torvalds <torvalds@linux-foundation.org>

---
 Makefile                 | 2 +-
 drivers/scsi/ncr53c8xx.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 9ca176ff1e40..eae1314a5b86 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 VERSION = 5
 PATCHLEVEL = 14
 SUBLEVEL = 0
-EXTRAVERSION = -rc4
+EXTRAVERSION = -rc5
 NAME = Opossums on Parade
 
 # *DOCUMENTATION*
diff --git a/drivers/scsi/ncr53c8xx.c b/drivers/scsi/ncr53c8xx.c
index c76e9f05d042..38fee537e689 100644
--- a/drivers/scsi/ncr53c8xx.c
+++ b/drivers/scsi/ncr53c8xx.c
@@ -8526,7 +8526,7 @@ void ncr53c8xx_release(struct Scsi_Host *host)
 {
 	struct host_data *host_data = shost_priv(host);
 #ifdef DEBUG_NCR53C8XX
-	printk("ncr53c8xx: release\n");
+	printk(KERN_DEBUG "ncr53c8xx: release\n");
 #endif
 	if (host_data->ncb)
 		ncr_detach(host_data->ncb);
-- 
2.25.1


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

only message in thread, other threads:[~2021-08-11 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 20:04 [PATCH] This is my first patch! this patch added KERN_DEBUG macro to a printk function amartyach98

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.