Brian Norris 0ec56dc4a1 mtd: nand: fully initialize mtd_oob_ops
We're not initializing the ooblen field. Our users don't care, since
they check that oobbuf == NULL first, but it's good practice to zero
unused fields out.

We can drop the NULL initializations since we're memset()ing the whole
thing.

Noticed by Coverity, CID #200821, #200822

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2015-03-11 15:21:48 -07:00
..
2015-01-09 23:24:27 -08:00
2015-03-11 15:21:19 -07:00
2015-03-11 15:21:47 -07:00
2014-04-14 11:23:01 -07:00
2015-03-11 15:21:48 -07:00
2015-02-18 08:01:44 -08:00
2015-02-18 08:01:44 -08:00
2014-08-19 11:53:08 -07:00
2014-03-10 22:42:25 -07:00
2014-08-19 11:53:07 -07:00