OSDN Git Service

mtd: update documentation of mtd_device_parse_register()
authorRafał Miłecki <rafal@milecki.pl>
Tue, 27 Mar 2018 13:36:47 +0000 (15:36 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 29 Mar 2018 07:29:36 +0000 (09:29 +0200)
commit55a999a04159dfb33d3d3d293a70cce766f6db27
tree3abce884691c7ed6a2a4eaa574d3008210cb7e71
parent9e7eb9c90d769ad724136f47e374b2edfa351f9b
mtd: update documentation of mtd_device_parse_register()

In the commit 2c77c57d22adb ("mtd: move code adding master MTD out of
mtd_add_device_partitions()") behavior of mtd_device_parse_register()
has very slightly changed. It's a pretty non-significant order change
to match updated function behavior.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/mtdcore.c