Dan Carpenter b06cd21e2f mtd/m25p80: retlen is never NULL
This is just a cleanup, it doesn't fix any bugs.

These functions all check retlen inconsistently and it generates a
warning in Smatch (http://smatch.sf.net).  If retlen were ever NULL it
would cause an oops and the code has been this way since 2006 so someone
would have complained.  Also I looked at other places that implemented
the mtd read and write functions and they dereference retlen without
checking.

I removed the checks.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-08-12 12:26:22 +01:00
..
2010-08-04 11:16:01 +02:00
2010-08-12 12:26:22 +01:00
2010-08-03 11:55:15 -04:00
2010-08-05 13:26:20 +01:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00