[PATCH] This is my first patch! this patch added KERN_DEBUG macro to a printk function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>

---
 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




[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux