Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: nand: denali: remove bogus comment about interrupt handler setup

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>

authored by

Masahiro Yamada and committed by
Boris Brezillon
50d5f2a0 c4ae0977

-1
-1
drivers/mtd/nand/denali.c
··· 1436 1436 /* initialize driver data structures */ 1437 1437 static void denali_drv_init(struct denali_nand_info *denali) 1438 1438 { 1439 - /* setup interrupt handler */ 1440 1439 /* 1441 1440 * the completion object will be used to notify 1442 1441 * the callee that the interrupt is done