aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-11-09 13:35:22 +0900
committerBoris Brezillon <boris.brezillon@free-electrons.com>2016-11-19 09:30:59 +0100
commit50d5f2a00aeb9778f9219f8df3fceb7a2071dc73 (patch)
tree7f27d2e004ac67b034f67fdf300884991b6ab1e7 /drivers/mtd/nand
parentmtd: nand: denali: remove unused struct member denali_nand_info::idx (diff)
downloadlinux-dev-50d5f2a00aeb9778f9219f8df3fceb7a2071dc73.tar.xz
linux-dev-50d5f2a00aeb9778f9219f8df3fceb7a2071dc73.zip
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>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r--drivers/mtd/nand/denali.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c
index bf83a506177f..fde9413aed0b 100644
--- a/drivers/mtd/nand/denali.c
+++ b/drivers/mtd/nand/denali.c
@@ -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