Staging: sep: include driver name in firmware filenames

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>
This commit is contained in:
Ben Hutchings 2010-01-13 23:36:27 +00:00 committed by Greg Kroah-Hartman
parent 5d929a7190
commit 4401e8243d

View file

@ -183,8 +183,8 @@ static DECLARE_WAIT_QUEUE_HEAD(sep_event);
static int sep_load_firmware(struct sep_device *sep) static int sep_load_firmware(struct sep_device *sep)
{ {
const struct firmware *fw; const struct firmware *fw;
char *cache_name = "cache.image.bin"; char *cache_name = "sep/cache.image.bin";
char *res_name = "resident.image.bin"; char *res_name = "sep/resident.image.bin";
int error; int error;
edbg("SEP Driver:rar_virtual is %p\n", sep->rar_addr); edbg("SEP Driver:rar_virtual is %p\n", sep->rar_addr);