]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/tegra/tegra30_ahub.c
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / sound / soc / tegra / tegra30_ahub.c
index 2355630367f7282bdc5f73cb7948d831ce3ec1be..e5cfb4ac41bae11a83986afe7f22e23045e250b0 100644 (file)
@@ -570,7 +570,7 @@ err_clk_put_apbif:
        clk_put(ahub->clk_apbif);
 err_clk_put_d_audio:
        clk_put(ahub->clk_d_audio);
-       ahub = 0;
+       ahub = NULL;
 err:
        return ret;
 }
@@ -587,7 +587,7 @@ static int tegra30_ahub_remove(struct platform_device *pdev)
        clk_put(ahub->clk_apbif);
        clk_put(ahub->clk_d_audio);
 
-       ahub = 0;
+       ahub = NULL;
 
        return 0;
 }