diff for duplicates of <54634CB1.4020009@ti.com> diff --git a/a/1.txt b/N1/1.txt index 2a6e6a0..e602401 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -377,7 +377,7 @@ Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - * The OMAP HDMI IP requires to use the 8-channel channel code when > - * transmitting more than two channels. > - */ -> - if (params_channels(params) == 2) +> - if (params_channels(params) = 2) > - cea->db4_ca = 0x0; > - else > - cea->db4_ca = 0x13; @@ -456,7 +456,7 @@ Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - bool hdmi_dev_found = false; > - > - hdmi_data = devm_kzalloc(&pdev->dev, sizeof(*hdmi_data), GFP_KERNEL); -> - if (hdmi_data == NULL) { +> - if (hdmi_data = NULL) { > - dev_err(&pdev->dev, "Cannot allocate memory for HDMI data\n"); > - return -ENOMEM; > - } @@ -493,7 +493,7 @@ Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - continue; > - } > - -> - if (hdmi_data->dssdev->type == OMAP_DISPLAY_TYPE_HDMI) { +> - if (hdmi_data->dssdev->type = OMAP_DISPLAY_TYPE_HDMI) { > - hdmi_dev_found = true; > - break; > - } @@ -520,7 +520,7 @@ Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > - > - snd_soc_unregister_component(&pdev->dev); > - -> - if (hdmi_data == NULL) { +> - if (hdmi_data = NULL) { > - dev_err(&pdev->dev, "cannot obtain HDMi data\n"); > - return -ENODEV; > - } @@ -594,7 +594,3 @@ Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> -- Péter --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 6937ae3..b2ac487 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\03b82bfccc11f3aefd34db578944b5447fcfa1d85.1415786458.git.jsarha@ti.com\0" "From\0Peter Ujfalusi <peter.ujfalusi@ti.com>\0" "Subject\0Re: [PATCH v7 18/20] ASoC: omap: Remove obsolete HDMI audio code and Kconfig options\0" - "Date\0Wed, 12 Nov 2014 14:04:01 +0200\0" + "Date\0Wed, 12 Nov 2014 12:04:01 +0000\0" "To\0Jyri Sarha <jsarha@ti.com>" alsa-devel@alsa-project.org linux-fbdev@vger.kernel.org @@ -391,7 +391,7 @@ "> -\t * The OMAP HDMI IP requires to use the 8-channel channel code when\n" "> -\t * transmitting more than two channels.\n" "> -\t */\n" - "> -\tif (params_channels(params) == 2)\n" + "> -\tif (params_channels(params) = 2)\n" "> -\t\tcea->db4_ca = 0x0;\n" "> -\telse\n" "> -\t\tcea->db4_ca = 0x13;\n" @@ -470,7 +470,7 @@ "> -\tbool hdmi_dev_found = false;\n" "> -\n" "> -\thdmi_data = devm_kzalloc(&pdev->dev, sizeof(*hdmi_data), GFP_KERNEL);\n" - "> -\tif (hdmi_data == NULL) {\n" + "> -\tif (hdmi_data = NULL) {\n" "> -\t\tdev_err(&pdev->dev, \"Cannot allocate memory for HDMI data\\n\");\n" "> -\t\treturn -ENOMEM;\n" "> -\t}\n" @@ -507,7 +507,7 @@ "> -\t\t\tcontinue;\n" "> -\t\t}\n" "> -\n" - "> -\t\tif (hdmi_data->dssdev->type == OMAP_DISPLAY_TYPE_HDMI) {\n" + "> -\t\tif (hdmi_data->dssdev->type = OMAP_DISPLAY_TYPE_HDMI) {\n" "> -\t\t\thdmi_dev_found = true;\n" "> -\t\t\tbreak;\n" "> -\t\t}\n" @@ -534,7 +534,7 @@ "> -\n" "> -\tsnd_soc_unregister_component(&pdev->dev);\n" "> -\n" - "> -\tif (hdmi_data == NULL) {\n" + "> -\tif (hdmi_data = NULL) {\n" "> -\t\tdev_err(&pdev->dev, \"cannot obtain HDMi data\\n\");\n" "> -\t\treturn -ENODEV;\n" "> -\t}\n" @@ -607,10 +607,6 @@ "\n" "\n" "-- \n" - "P\303\251ter\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "P\303\251ter" -70830ed1c1a9ac06ab2c0282b51361f6c2841ecec25faa1f9a9d45271a4aedb7 +d31bae83d4c0ad70e656b9ec0d0c3aeb7d14c8f51da29ec88011e0126638941f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.