question about drivers/i2c/busses/i2c-davinci.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The function davinci_i2c_remove in drivers/i2c/busses/i2c-davinci.c contains the following code:

        put_device(&pdev->dev);

        clk_disable_unprepare(dev->clk);
        clk_put(dev->clk);
        dev->clk = NULL;

        davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, 0);
	free_irq(dev->irq, dev);

Is there any danger in putting free_irq(dev->irq, dev); after put_device(&pdev->dev);, because the interrupt handler i2c_davinci_isr can eg refer to dev->dev.

thanks,
julia
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux