mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
Blackfin: fix typo in isp1760 platform name
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>
This commit is contained in:
parent
a8e8e49168
commit
c6feb76828
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user