Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2034)

Unified Diff: arch/arm/mach-tegra/devices.c

Issue 6623023: CHROMIUM: ARM: tegra: Rename SPDIF platform device (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/devices.c
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c
index 6d6d801c3e1291d0dfebda8e7df02fcc7ef79ebf..c1ee3139fbc9d5e7e64260ec55c1ae3f9d0d2259 100644
--- a/arch/arm/mach-tegra/devices.c
+++ b/arch/arm/mach-tegra/devices.c
@@ -520,7 +520,7 @@ struct platform_device tegra_i2s_device2 = {
};
struct platform_device tegra_spdif_device = {
- .name = "spdif_out",
+ .name = "tegra-spdif",
.id = -1,
.resource = spdif_resource,
.num_resources = ARRAY_SIZE(spdif_resource),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698