Skip to content

Commit

Permalink
Blackfin: fix typo in isp1760 platform name
Browse files Browse the repository at this point in the history
The driver changed from "isp1760-hcd" to "isp1760", so update resources
to match.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Dec 15, 2009
1 parent a8e8e49 commit c6feb76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf527/boards/cm_bf527.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf561/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down

0 comments on commit c6feb76

Please sign in to comment.