lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 06 Mar 2014 19:16:28 +0000 From: Jonathan Cameron <jic23@...nel.org> To: Alexandre Belloni <alexandre.belloni@...e-electrons.com>, Nicolas Ferre <nicolas.ferre@...el.com> CC: Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>, Josh Wu <josh.wu@...el.com>, Maxime Ripard <maxime.ripard@...e-electrons.com>, Ludovic Desroches <ludovic.desroches@...el.com>, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org Subject: Re: [PATCH 2/3] ARM: at91: at91sam9g45: change at91_adc name On 05/03/14 16:57, Alexandre Belloni wrote: > We can't use "at91_adc" to refer to the at91_adc driver anymore as the name is > used to match an id_table. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@...e-electrons.com> As stated in previous email, I'll take this along with the fix that 'broke' this, if I get an Ack from one of the at91 maintainers. Thanks, Jonathan > --- > arch/arm/mach-at91/at91sam9g45_devices.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-at91/at91sam9g45_devices.c b/arch/arm/mach-at91/at91sam9g45_devices.c > index cb36fa872d30..88554024eb2d 100644 > --- a/arch/arm/mach-at91/at91sam9g45_devices.c > +++ b/arch/arm/mach-at91/at91sam9g45_devices.c > @@ -1203,7 +1203,7 @@ static struct resource adc_resources[] = { > }; > > static struct platform_device at91_adc_device = { > - .name = "at91_adc", > + .name = "at91sam9g45-adc", > .id = -1, > .dev = { > .platform_data = &adc_data, > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists