commit | a21c448643c598ee0ec37f65e062c776b32a451c | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.oss.09@gmail.com> | Mon May 30 16:28:28 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Fri Jun 03 20:29:05 2016 -0500 |
tree | 5490fbeddf0146ea039beb60245ffb2294247474 | |
parent | 52ab7ce5eaabf8c5e93799bd6a09ca8d015fcc26 [diff] |
nand: fix nand torture to use changed mtd api The mtd subsystem deprecated and renamed the direct use of the mtd_info struct's functionpointers. Instead the corresponding mtd_xxx function should be used. See also: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3c3c10bba1e4ccb75b41442e45c1a072f6cded19 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>