Commit 0b3d30e6 authored by Federico Vaga's avatar Federico Vaga

bld: prevent objtool warning frame pointer mismatch

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 8fc4ffd2
......@@ -277,7 +277,8 @@ static int gn4124_fpga_fcl_init(struct gn412x_fcl_dev *gn412x,
gn412x_iowrite32(gn412x, FCL_CTRL_RESET, FCL_CTRL);
i = gn412x_ioread32(gn412x, FCL_CTRL);
if (i != FCL_CTRL_RESET) {
pr_err("%s: %i: error\n", __func__, __LINE__);
dev_err(&gn412x->mgr->dev, "%s: %i: error\n",
__func__, __LINE__);
return -EIO;
}
gn412x_iowrite32(gn412x, 0x00, FCL_CTRL);
......
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