Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a3688b6 authored by Jean Delvare's avatar Jean Delvare Committed by David Woodhouse
Browse files

[MTD] [NOR] gen_probe: No debug message when debugging is disabled



Use pr_debug(...) instead of printk(KERN_DEBUG ...) so that the message
is only printed when debugging is enabled.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Tested-by: default avatarJohn stoffel <john@stoffel.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent f63af11d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chi
	   interleave and device type, etc. */
	if (!genprobe_new_chip(map, cp, &cfi)) {
		/* The probe didn't like it */
		printk(KERN_DEBUG "%s: Found no %s device at location zero\n",
		pr_debug("%s: Found no %s device at location zero\n",
			 cp->name, map->name);
		return NULL;
	}