mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Stefan Kalkowski
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);
|
||||
|
||||
Reference in New Issue
Block a user