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:
parent
5d929a7190
commit
4401e8243d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue