mtd: nand: pxa3xx: use nand_set_controller_data
authorChris Packham <judge.packham@gmail.com>
Mon, 29 Aug 2016 03:20:52 +0000 (15:20 +1200)
committerScott Wood <oss@buserror.net>
Thu, 1 Sep 2016 22:30:11 +0000 (17:30 -0500)
commit91395b5d4ebb07bf6488058f0ba37256856816f6
tree094b9e6c233961422f08b7d3870bdc379e1d894c
parentcb1cbdd96962931de2ac948a184874e2672f3f96
mtd: nand: pxa3xx: use nand_set_controller_data

In commit 17cb4b8f327e ("mtd: nand: Add+use mtd_to/from_nand and
nand_get/set_controller_data") the assignment of mtd->priv was removed
but was not replaced. This adds the required nand_set_controller_data()
call.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c