PCIe driver: Fix missing return value in a function
This commit is contained in:
@@ -348,4 +348,5 @@ int jfjoch_run_frame_gen(struct jfjoch_drvdata *drvdata, struct FrameGeneratorCo
|
||||
iowrite32(config->exptime, drvdata->bar0 + ADDR_FRAME_GEN_EXPTIME);
|
||||
iowrite32(config->debug, drvdata->bar0 + ADDR_FRAME_GEN_DEBUG);
|
||||
iowrite32(0x1, drvdata->bar0 + ADDR_FRAME_GEN_CTRL);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user