Re: [PATCH] hisi_sas: use platform_get_irq()

2015-12-11 Thread John Garry
On 10/12/2015 20:08, Rob Herring wrote: On Thu, Dec 10, 2015 at 9:02 AM, John Garry wrote: It is preferred that drivers use platform_get_irq() instead of irq_of_parse_and_map(), so replace. You may be able to stop including of_irq.h with this change. Otherwise, Right, I don't think it is r

Re: [PATCH] hisi_sas: use platform_get_irq()

2015-12-10 Thread Rob Herring
On Thu, Dec 10, 2015 at 9:02 AM, John Garry wrote: > It is preferred that drivers use platform_get_irq() > instead of irq_of_parse_and_map(), so replace. You may be able to stop including of_irq.h with this change. Otherwise, Acked-by: Rob Herring > > Signed-off-by: John Garry > > diff --git

[PATCH] hisi_sas: use platform_get_irq()

2015-12-10 Thread John Garry
It is preferred that drivers use platform_get_irq() instead of irq_of_parse_and_map(), so replace. Signed-off-by: John Garry diff --git a/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c index 89ae31d..e907758 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c ++