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: Fri, 8 Aug 2014 10:14:52 +0200 From: Jean-Michel Hautbois <jhautbois@...il.com> To: Takashi Iwai <tiwai@...e.de> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Arnd Bergmann <arnd@...db.de>, linux-kernel <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE() 2014-08-06 17:37 GMT+02:00 Takashi Iwai <tiwai@...e.de>: > Signed-off-by: Takashi Iwai <tiwai@...e.de> > --- > drivers/misc/lattice-ecp3-config.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/misc/lattice-ecp3-config.c b/drivers/misc/lattice-ecp3-config.c > index 7ffdb589841e..643c9eda69dd 100644 > --- a/drivers/misc/lattice-ecp3-config.c > +++ b/drivers/misc/lattice-ecp3-config.c > @@ -242,3 +242,4 @@ module_spi_driver(lattice_ecp3_driver); > MODULE_AUTHOR("Stefan Roese <sr@...x.de>"); > MODULE_DESCRIPTION("Lattice ECP3 FPGA configuration via SPI"); > MODULE_LICENSE("GPL"); > +MODULE_FIRMWARE(FIRMWARE_NAME); > -- > 2.0.3 > It works on my i.MX6 platform. Tested-by: Jean-Michel Hautbois <jean-michel.hautbois@...alys.com> Thanks, JM -- 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