Commit 4b4a6bff authored by Federico Vaga's avatar Federico Vaga

kernel: remove un-used variable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 04264ec2
......@@ -147,7 +147,6 @@ struct fmctdc_dev {
int ft_core_base;
int ft_i2c_base;
int ft_owregs_base;
int ft_carrier_base;
int ft_irq_base;
int ft_buffer_base;
/* IRQ base index (for SVEC) */
......
......@@ -283,8 +283,8 @@ int ft_probe(struct fmc_device *fmc)
if (ft_verbose) {
dev_info(dev,
"Base addrs: core 0x%x, carrier_csr 0x%x, irq 0x%x, 1wire 0x%x, buffer/DMA 0x%X\n",
ft->ft_core_base, ft->ft_carrier_base, ft->ft_irq_base,
"Base addrs: core 0x%x, irq 0x%x, 1wire 0x%x, buffer/DMA 0x%X\n",
ft->ft_core_base, ft->ft_irq_base,
ft->ft_owregs_base, ft->ft_buffer_base);
}
......
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