mtd: rawnand: marvell: Fix helper name in comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 8 Apr 2019 09:28:49 +0000 (11:28 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 18 Apr 2019 06:54:06 +0000 (08:54 +0200)
commit2e16dc73ae65c106ede04dc42f439457b582fc8d
tree19ab700f683f5b670533f31ca80aa3c886089182
parentc49836f05aa15282f7280e06ede3f6f8a6324833
mtd: rawnand: marvell: Fix helper name in comment

Since the migration of the driver to stop using the legacy
->select_chip() hook, the marvell_nfc_select_chip() helper has been
'renamed' to marvell_nfc_select_target(). Update a left-over reference
to this helper in a comment in the ->resume() path.

Fixes: b25251414f6e00 ("mtd: rawnand: marvell: Stop implementing ->select_chip()")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
drivers/mtd/nand/raw/marvell_nand.c