mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
parent
5d33ea7242
commit
95c439e758
@ -179,7 +179,7 @@ int request_firmware_common(const struct firmware **firmware_p,
|
||||
{
|
||||
struct firmware *fw;
|
||||
|
||||
if (!*firmware_p)
|
||||
if (!firmware_p)
|
||||
return -1;
|
||||
|
||||
fw = kzalloc(sizeof(struct firmware), GFP_KERNEL);
|
||||
|
Loading…
Reference in New Issue
Block a user