Commit 9e2809f2 authored by Federico Vaga's avatar Federico Vaga

drv: remove unused variable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 927e6e49
...@@ -173,7 +173,6 @@ static int zfad_conf_set(struct device *dev, struct zio_attribute *zattr, ...@@ -173,7 +173,6 @@ static int zfad_conf_set(struct device *dev, struct zio_attribute *zattr,
unsigned int baseoff = fa->fa_adc_csr_base; unsigned int baseoff = fa->fa_adc_csr_base;
struct zio_channel *chan; struct zio_channel *chan;
int i, range, err = 0, reg_index; int i, range, err = 0, reg_index;
uint32_t off;
reg_index = zattr->id; reg_index = zattr->id;
i = FA100M14B4C_NCHAN; i = FA100M14B4C_NCHAN;
......
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