[PATCH 7/7] mtd: atmel-quadspi: add driver for Atmel QSPI controller
Paul Bolle
pebolle at tiscali.nl
Fri Jul 17 02:04:28 PDT 2015
On do, 2015-07-16 at 17:27 +0200, Cyrille Pitchen wrote:
> --- /dev/null
> +++ b/drivers/mtd/spi-nor/atmel-quadspi.c
> +static struct platform_driver atmel_qspi_driver = {
> + .driver = {
> + [...]
> + .bus = &platform_bus_type,
> + [...]
> +};
> +module_platform_driver(atmel_qspi_driver);
Nit: on module init this will basically do
__platform_driver_register(&atmel_qspi_driver, THIS_MODULE);
which will again set bus to &platform_bus_type. So you might as well
drop that line.
Paul Bolle
More information about the linux-mtd
mailing list