Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15399
b: refs/heads/master
c: a96074e
h: refs/heads/master
i:
  15397: 9801d8e
  15395: 2c4a57f
  15391: 66089a5
v: v3
  • Loading branch information
Jody McIntyre authored and Jody McIntyre committed Nov 22, 2005
1 parent 9d67aad commit fb11196
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: 5303a986c33ae6c75d5ffb57d06ccf9246a8725a
refs/heads/master: a96074e76f87a4f658af4ecfd95edc89cfd61fc1
3 changes: 2 additions & 1 deletion trunk/drivers/ieee1394/csr1212.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,8 @@ int csr1212_parse_csr(struct csr1212_csr *csr)
* and make cache regions for them */
for (dentry = csr->root_kv->value.directory.dentries_head;
dentry; dentry = dentry->next) {
if (dentry->kv->key.id == CSR1212_KV_ID_EXTENDED_ROM) {
if (dentry->kv->key.id == CSR1212_KV_ID_EXTENDED_ROM &&
!dentry->kv->valid) {
ret = _csr1212_read_keyval(csr, dentry->kv);
if (ret != CSR1212_SUCCESS)
return ret;
Expand Down

0 comments on commit fb11196

Please sign in to comment.