Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106441
b: refs/heads/master
c: 3a3688b
h: refs/heads/master
i:
  106439: bdf5d11
v: v3
  • Loading branch information
Jean Delvare authored and David Woodhouse committed Jul 11, 2008
1 parent ccd1764 commit fd3cd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f63af11ddb508ce7b2a270515244d145248cad7f
refs/heads/master: 3a3688b6af103e2c86a7cfc2050988655e184ecc
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/chips/gen_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ 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",
cp->name, map->name);
pr_debug("%s: Found no %s device at location zero\n",
cp->name, map->name);
return NULL;
}

Expand Down

0 comments on commit fd3cd52

Please sign in to comment.