Re: [PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro

2013-03-21 Thread Kevin Liu
-Original Message- From: Axel Lin [mailto:axel@ingics.com] Sent: Wednesday, March 20, 2013 3:49 PM To: Chris Ball Cc: Zhangfei Gao; Kevin Liu; Philip Rakity; linux-mmc@vger.kernel.org Subject: [PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro This eliminates having

[PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro

2013-03-20 Thread Axel Lin
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Axel Lin axel@ingics.com --- drivers/mmc/host/sdhci-pxav2.c |4 +--- drivers/mmc/host/sdhci-pxav3.c |4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git