https://github.com/torvalds/linux
Revision d311e0c27b8fcc27f707f8cac48cd8bdc4155224 authored by Masahiro Yamada on 18 January 2019, 05:30:38 UTC, committed by Boris Brezillon on 18 January 2019, 09:27:01 UTC
Commit 7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to
nand_controller_ops") missed to invert the if-conditonal for denali.
Since then, the Denali NAND driver cannnot invoke setup_data_interface.

Fixes: 7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
1 parent 01eeb92
History
Tip revision: d311e0c27b8fcc27f707f8cac48cd8bdc4155224 authored by Masahiro Yamada on 18 January 2019, 05:30:38 UTC
mtd: rawnand: denali: get ->setup_data_interface() working again
Tip revision: d311e0c
File Mode Size
Kconfig -rw-r--r-- 920 bytes
Makefile -rw-r--r-- 142 bytes
at73c213.c -rw-r--r-- 27.7 KB
at73c213.h -rw-r--r-- 3.1 KB

back to top