Re: [PATCH] ata: Fix compiler warning with APM X-Gene host controller driver

2014-03-18 Thread Tejun Heo
On Tue, Mar 18, 2014 at 12:14:37PM -0600, Loc Ho wrote: > This patch fixes an compiler warning with APM X-Gene host controller > driver when compiled with DEBUG enabled. > > Signed-off-by: Loc Ho Applied to libata/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the line "uns

[PATCH] ata: Fix compiler warning with APM X-Gene host controller driver

2014-03-18 Thread Loc Ho
This patch fixes an compiler warning with APM X-Gene host controller driver when compiled with DEBUG enabled. Signed-off-by: Loc Ho --- drivers/ata/ahci_xgene.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c index fcf