Commit ce794e70 authored by Federico Vaga's avatar Federico Vaga

sw:drv: fix again the fpga_firmware attribute

The driver was using the wrong buffer
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 19d69071
......@@ -90,7 +90,7 @@ static ssize_t spec_dbg_fw_write(struct file *file,
if (err)
return -EFAULT;
err = spec_fw_load(spec_gn412x, buf);
err = spec_fw_load(spec_gn412x, buf_l);
if (err)
return err;
return count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment