From 7999f54ea59af0ecbb43671fe357885087de12ee Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 6 Jan 2010 18:29:47 +0100 Subject: [PATCH] fix patch path --- .../patches-2.6.31/860-sdio-v1_10-no-enable-timeout-val.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/generic-2.6/patches-2.6.31/860-sdio-v1_10-no-enable-timeout-val.patch b/target/linux/generic-2.6/patches-2.6.31/860-sdio-v1_10-no-enable-timeout-val.patch index eb9df0eea..909bbc889 100644 --- a/target/linux/generic-2.6/patches-2.6.31/860-sdio-v1_10-no-enable-timeout-val.patch +++ b/target/linux/generic-2.6/patches-2.6.31/860-sdio-v1_10-no-enable-timeout-val.patch @@ -1,5 +1,5 @@ ---- drivers/mmc/core/sdio_cis.c 2010-01-05 03:36:51.000000000 +0100 -+++ /opt/Projects/linux-2.6/drivers/mmc/core/sdio_cis.c 2010-01-05 03:38:44.000000000 +0100 +--- a/drivers/mmc/core/sdio_cis.c 2010-01-05 03:36:51.000000000 +0100 ++++ b/drivers/mmc/core/sdio_cis.c 2010-01-05 03:38:44.000000000 +0100 @@ -123,14 +123,14 @@ vsn = func->card->cccr.sdio_vsn; min_size = (vsn == SDIO_SDIO_REV_1_00) ? 28 : 42;