From: Andrew Victor Date: Mon, 19 Jun 2006 12:06:05 +0000 (+0100) Subject: [ARM] 3565/1: AT91RM9200 MMC update X-Git-Tag: v2.6.18-rc1~1081^2~220^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44fb7a09e6bb7d77c1b4b402591f6f953c1e51c;p=pandora-kernel.git [ARM] 3565/1: AT91RM9200 MMC update 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 Signed-off-by: Russell King --- Reading git-diff-tree failed