commit | 667067faa18334f1e28c01b47530b5cce1b6182f | [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 | ceee07b65875bb01bef55cba06940ef7afc1afba [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>