]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_universe.c
EXYNOS5: CLOCK: Add BPLL support
[karo-tx-uboot.git] / common / cmd_universe.c
index a86a5746b0d80a6a88af765a7c336fe4794100e8..58384f3b8bec3a0d485aeaea933182294a7a1133 100644 (file)
@@ -46,7 +46,7 @@ static UNI_DEV   *dev;
 
 int universe_init(void)
 {
-       int j, result, lastError = 0;
+       int j, result;
        pci_dev_t busdevfn;
        unsigned int val;
 
@@ -126,8 +126,6 @@ int universe_init(void)
  break_30:
        free(dev);
  break_20:
-       lastError = result;
-
        return result;
 }