* [PATCH RESEND] i2c: omap: fix typo in dt_ids
@ 2014-07-15 9:06 Raphael Poggi
2014-07-16 8:41 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Raphael Poggi @ 2014-07-15 9:06 UTC (permalink / raw)
To: barebox; +Cc: Raphael Poggi
Fix a typo in dt_ids name.
Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
---
drivers/i2c/busses/i2c-omap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index f7108c2..adc952b 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -1132,7 +1132,7 @@ static struct platform_device_id omap_i2c_ids[] = {
},
};
-static __maybe_unused struct of_device_id omap_spi_dt_ids[] = {
+static __maybe_unused struct of_device_id omap_i2c_dt_ids[] = {
{
.compatible = "ti,omap3-i2c",
.data = (unsigned long)&omap3_data,
@@ -1148,7 +1148,7 @@ static struct driver_d omap_i2c_driver = {
.probe = i2c_omap_probe,
.name = DRIVER_NAME,
.id_table = omap_i2c_ids,
- .of_compatible = DRV_OF_COMPAT(omap_spi_dt_ids),
+ .of_compatible = DRV_OF_COMPAT(omap_i2c_dt_ids),
};
device_platform_driver(omap_i2c_driver);
--
1.7.9.5
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] i2c: omap: fix typo in dt_ids
2014-07-15 9:06 [PATCH RESEND] i2c: omap: fix typo in dt_ids Raphael Poggi
@ 2014-07-16 8:41 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-07-16 8:41 UTC (permalink / raw)
To: Raphael Poggi; +Cc: barebox
On Tue, Jul 15, 2014 at 11:06:11AM +0200, Raphael Poggi wrote:
> Fix a typo in dt_ids name.
>
> Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
Applied, thanks. Sorry, I missed this patch the first time you sent it.
Sascha
> ---
> drivers/i2c/busses/i2c-omap.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
> index f7108c2..adc952b 100644
> --- a/drivers/i2c/busses/i2c-omap.c
> +++ b/drivers/i2c/busses/i2c-omap.c
> @@ -1132,7 +1132,7 @@ static struct platform_device_id omap_i2c_ids[] = {
> },
> };
>
> -static __maybe_unused struct of_device_id omap_spi_dt_ids[] = {
> +static __maybe_unused struct of_device_id omap_i2c_dt_ids[] = {
> {
> .compatible = "ti,omap3-i2c",
> .data = (unsigned long)&omap3_data,
> @@ -1148,7 +1148,7 @@ static struct driver_d omap_i2c_driver = {
> .probe = i2c_omap_probe,
> .name = DRIVER_NAME,
> .id_table = omap_i2c_ids,
> - .of_compatible = DRV_OF_COMPAT(omap_spi_dt_ids),
> + .of_compatible = DRV_OF_COMPAT(omap_i2c_dt_ids),
> };
> device_platform_driver(omap_i2c_driver);
>
> --
> 1.7.9.5
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-16 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15 9:06 [PATCH RESEND] i2c: omap: fix typo in dt_ids Raphael Poggi
2014-07-16 8:41 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox