ar71xx: 3.2: fix AHB clock name in rb4xx_spi
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Feb 2012 20:47:56 +0000 (20:47 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Feb 2012 20:47:56 +0000 (20:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30390 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch

index 973b374..ba02e59 100644 (file)
  
        rbspi = spi_master_get_devdata(master);
 +
-+      rbspi->ahb_clk = clk_get(&pdev->dev, "AHB");
++      rbspi->ahb_clk = clk_get(&pdev->dev, "ahb");
 +      if (IS_ERR(rbspi->ahb_clk)) {
 +              err = PTR_ERR(rbspi->ahb_clk);
 +              goto err_put_master;
This page took 0.027202 seconds and 4 git commands to generate.