提交 4401e824 编写于 作者: B Ben Hutchings 提交者: Greg Kroah-Hartman

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: NBen Hutchings <ben@decadent.org.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 5d929a71
...@@ -183,8 +183,8 @@ static DECLARE_WAIT_QUEUE_HEAD(sep_event); ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册