Commit 5e622cd6 authored by Alessandro Rubini's avatar Alessandro Rubini

svec-fmc: explained a FIXME, which still is to be fixed

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 34f64eda
......@@ -52,7 +52,12 @@ static int svec_reprogram(struct fmc_device *fmc, struct fmc_driver *drv,
if (!strlen(gw)) { /* use module parameters from the driver */
int index;
index = 0; /* FIXME: check what this is */
/*
* FIXME: this should come from a call to validate.
* if the driver uses FMC_PARAM_BUSID/FMC_PARAM_GATEWARE.
* Please check docs and spec-sw (wr-nic).
*/
index = 0;
gw = drv->gw_val[index];
if (!gw)
......
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