diff options
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch')
-rw-r--r-- | target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch b/target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch index cac8d73..9fc6d19 100644 --- a/target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch +++ b/target/linux/pxa/patches-2.6.21/021-bugfix-mmc-clock.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.21gum/drivers/mmc/pxamci.c +Index: linux-2.6.21.7/drivers/mmc/pxamci.c =================================================================== ---- linux-2.6.21gum.orig/drivers/mmc/pxamci.c -+++ linux-2.6.21gum/drivers/mmc/pxamci.c +--- linux-2.6.21.7.orig/drivers/mmc/pxamci.c ++++ linux-2.6.21.7/drivers/mmc/pxamci.c @@ -366,8 +366,7 @@ static void pxamci_set_ios(struct mmc_ho if (ios->clock) { |