]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
mtd: nand: denali: remove bogus comment about interrupt handler setup
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 9 Nov 2016 04:35:22 +0000 (13:35 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Sat, 19 Nov 2016 08:30:59 +0000 (09:30 +0100)
The interrupt handler is setup in denali_init(), not in
denali_drv_init().  This comment is false.

Such a comment adds no value, so just delete it instead of move.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/denali.c

index bf83a506177f7e07dadab5aca2bceaa54ef2a808..fde9413aed0b63d1938f2ef29264bbc51333db3a 100644 (file)
@@ -1436,7 +1436,6 @@ static struct nand_bbt_descr bbt_mirror_descr = {
 /* initialize driver data structures */
 static void denali_drv_init(struct denali_nand_info *denali)
 {
-       /* setup interrupt handler */
        /*
         * the completion object will be used to notify
         * the callee that the interrupt is done