Skip to content

Commit

Permalink
Staging: sep: include driver name in firmware filenames
Browse files Browse the repository at this point in the history
The current names "cache.image.bin" and "resident.image.bin" are far
too generic.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 5d929a7 commit 4401e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 4401e82

Please sign in to comment.