Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186652
b: refs/heads/master
c: 4401e82
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent fbc7bda commit 7be976b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5d929a71908968905331cda0d52c44570d402110
refs/heads/master: 4401e8243d2e02a991a475eea11885a56f854f69
4 changes: 2 additions & 2 deletions trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ static DECLARE_WAIT_QUEUE_HEAD(sep_event);
static int sep_load_firmware(struct sep_device *sep)
{
const struct firmware *fw;
char *cache_name = "cache.image.bin";
char *res_name = "resident.image.bin";
char *cache_name = "sep/cache.image.bin";
char *res_name = "sep/resident.image.bin";
int error;

edbg("SEP Driver:rar_virtual is %p\n", sep->rar_addr);
Expand Down

0 comments on commit 7be976b

Please sign in to comment.