Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207744
b: refs/heads/master
c: a4b81ca
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David Woodhouse committed Aug 2, 2010
1 parent 2d510f4 commit 232c7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 00b275dbfc2ae3e3312a910736dd9a6bd5110c2b
refs/heads/master: a4b81ca50974051195b11ca173da073b961f94d5
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/sst25l.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static int __init sst25l_probe(struct spi_device *spi)
parts, nr_parts);
}

} else if (data->nr_parts) {
} else if (data && data->nr_parts) {
dev_warn(&spi->dev, "ignoring %d default partitions on %s\n",
data->nr_parts, data->name);
}
Expand Down

0 comments on commit 232c7d9

Please sign in to comment.