diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-11-09 13:35:22 +0900 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-11-19 09:30:59 +0100 |
commit | 50d5f2a00aeb9778f9219f8df3fceb7a2071dc73 (patch) | |
tree | 7f27d2e004ac67b034f67fdf300884991b6ab1e7 /drivers/mtd | |
parent | c4ae0977f57deff490f0232bf8f2a7689cbdcbee (diff) | |
download | linux-50d5f2a00aeb9778f9219f8df3fceb7a2071dc73.tar.bz2 |
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')
-rw-r--r-- | drivers/mtd/nand/denali.c | 1 |
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 |