On 01/17/2011 03:27 PM, Sinan Akman wrote: >> + if (hw->irq >= 0) { >> + init_completion(&hw->done); > > I think you init this twice, once in altera_spi_probe > below as well. Hi Sinan, Thanks. I will remove this one. - Thomas