Commit 50d5f2a0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Boris Brezillon

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent c4ae0977
...@@ -1436,7 +1436,6 @@ static struct nand_bbt_descr bbt_mirror_descr = { ...@@ -1436,7 +1436,6 @@ static struct nand_bbt_descr bbt_mirror_descr = {
/* initialize driver data structures */ /* initialize driver data structures */
static void denali_drv_init(struct denali_nand_info *denali) static void denali_drv_init(struct denali_nand_info *denali)
{ {
/* setup interrupt handler */
/* /*
* the completion object will be used to notify * the completion object will be used to notify
* the callee that the interrupt is done * the callee that the interrupt is done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment