Re: [PATCH V4 1/2] bcma: gpio: add own IRQ domain

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

 



On 29/11/13 20:12, Rafał Miłecki wrote:
+#ifdef CONFIG_BCMA_HOST_SOC
  	chip->to_irq		= bcma_gpio_to_irq;
+#endif
  	chip->ngpio		= 16;


Hi,

Should this not be

if (IS_ENABLED(CONFIG_BCMA_HOST_SOC))
	chip->to_irq = bcma_gpio_to_irq;


	John


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux