Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195958
b: refs/heads/master
c: 087444d
h: refs/heads/master
v: v3
  • Loading branch information
Guillaume LECERF authored and David Woodhouse committed May 14, 2010
1 parent f33431c commit 441d9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5a0563f0ad0c9864b735e9ae23e55f7fa9c73bf5
refs/heads/master: 087444da61ed972b3c2bfbf7dcf317cb4475f143
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/chips/cfi_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* n
int i;
struct cfi_extquery *extp = NULL;

printk(" %s Extended Query Table at 0x%4.4X\n", name, adr);
if (!adr)
goto out;

printk(KERN_INFO "%s Extended Query Table at 0x%4.4X\n", name, adr);

extp = kmalloc(size, GFP_KERNEL);
if (!extp) {
printk(KERN_ERR "Failed to allocate memory\n");
Expand Down

0 comments on commit 441d9d0

Please sign in to comment.