|
@@ -70,8 +70,8 @@ static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chi
|
|
interleave and device type, etc. */
|
|
interleave and device type, etc. */
|
|
if (!genprobe_new_chip(map, cp, &cfi)) {
|
|
if (!genprobe_new_chip(map, cp, &cfi)) {
|
|
/* The probe didn't like it */
|
|
/* The probe didn't like it */
|
|
- printk(KERN_DEBUG "%s: Found no %s device at location zero\n",
|
|
|
|
- cp->name, map->name);
|
|
|
|
|
|
+ pr_debug("%s: Found no %s device at location zero\n",
|
|
|
|
+ cp->name, map->name);
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|
|
|
|
|