commit | 2f3b07a7fcaac760cfefec6af123d52b2ea7c71e | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Sun Jul 28 11:21:58 2013 +0900 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Aug 05 21:06:02 2013 +0100 |
tree | 9ec996f3ac27a044003c2020ae3812dfa98d1d3c | |
parent | 8e716a8b581a4700932a52ee89e981fa3339e0ff [diff] |
mtd: nandsim: remove unused ns->geom.oobshift ns->geom.oobshift holds bits number in OOB size, but OOB size is not always power of two. So it is useless and it actually isn't used in this driver except for just printing the value at module loading. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>