Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349424
b: refs/heads/master
c: 1fa7e69
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming committed Jan 18, 2013
1 parent 6d8f191 commit 5ba793c
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: b8f2c21db390273c3eaf0e5308faeaeb1e233840
refs/heads/master: 1fa7e6958c5f82cc75c594e3ffaf73cc26fc94c1
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/efivars.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static int efi_status_to_err(efi_status_t status)
err = -EACCES;
break;
case EFI_NOT_FOUND:
err = -ENOENT;
err = -EIO;
break;
default:
err = -EINVAL;
Expand Down

0 comments on commit 5ba793c

Please sign in to comment.