]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-omap-dmtimer.c
KVM: MMU: simplify last_pte_bitmap
[linux.git] / drivers / pwm / pwm-omap-dmtimer.c
index c453b33606059829395b96fa6163fc24f5fc0794..826634ec0d5c0ca26d4b09b18247ed25860dea68 100644 (file)
@@ -243,7 +243,7 @@ static int pwm_omap_dmtimer_probe(struct platform_device *pdev)
 
        omap = devm_kzalloc(&pdev->dev, sizeof(*omap), GFP_KERNEL);
        if (!omap) {
-               omap->pdata->free(dm_timer);
+               pdata->free(dm_timer);
                return -ENOMEM;
        }
 
This page took 0.029921 seconds and 4 git commands to generate.