mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Patch from Andrew Victor This patch includes code cleanups and minor fixes to the AT91RM9200 MMC driver. 1. Replace calls to DBG() with pr_debug(). 2. 'host' can never be null, so don't bother checking for that case. 3. Remove SA_SAMPLE_RANDOM from request_irq(). [Patch from Matt Mackall] 4. clk_get() doesn't return NULL on error - need to test returned value with IS_ERR(). 5. Free resources if clk_get() or request_irq() fails. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
|---|---|---|
| .. | ||
| at91_mci.c | ||
| au1xmmc.c | ||
| au1xmmc.h | ||
| imxmmc.c | ||
| imxmmc.h | ||
| Kconfig | ||
| Makefile | ||
| mmc.c | ||
| mmc.h | ||
| mmc_block.c | ||
| mmc_queue.c | ||
| mmc_queue.h | ||
| mmc_sysfs.c | ||
| mmci.c | ||
| mmci.h | ||
| omap.c | ||
| omap.h | ||
| pxamci.c | ||
| pxamci.h | ||
| sdhci.c | ||
| sdhci.h | ||
| wbsd.c | ||
| wbsd.h | ||