diff options
Diffstat (limited to 'target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch')
-rw-r--r-- | target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch b/target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch index 46b1a6c04c..8bb0352ac2 100644 --- a/target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch +++ b/target/linux/ramips/patches-4.4/0085-sdhci-no-wp.patch @@ -1,6 +1,6 @@ --- a/drivers/mmc/host/mtk-mmc/sd.c +++ b/drivers/mmc/host/mtk-mmc/sd.c -@@ -195,7 +195,7 @@ +@@ -195,7 +195,7 @@ struct msdc_hw msdc0_hw = { .dat_drv = 4, .data_pins = 4, .data_offset = 0, @@ -9,7 +9,7 @@ // .flags = MSDC_SYS_SUSPEND | MSDC_WP_PIN_EN | MSDC_CD_PIN_EN | MSDC_REMOVABLE, }; -@@ -2746,6 +2746,9 @@ +@@ -2746,6 +2746,9 @@ static int msdc_drv_probe(struct platfor int ret, irq; pdev->dev.platform_data = &msdc0_hw; |