Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45678
b: refs/heads/master
c: 6c33caf
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Artem Bityutskiy committed Dec 1, 2006
1 parent 529af46 commit e808b19
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: c9ac5977299dd106ddb759e7e10035770dff185b
refs/heads/master: 6c33cafc794d07c9254c160789120a0e98c088c9
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/mtd_dataflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ add_dataflash(struct spi_device *spi, char *name,
device->writesize = pagesize;
device->owner = THIS_MODULE;
device->type = MTD_DATAFLASH;
device->flags = MTD_CAP_NORFLASH;
device->flags = MTD_WRITEABLE;
device->erase = dataflash_erase;
device->read = dataflash_read;
device->write = dataflash_write;
Expand Down

0 comments on commit e808b19

Please sign in to comment.