]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: check for zero length in OTP functions
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 8 Feb 2012 14:37:14 +0000 (16:37 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:32:29 +0000 (00:32 +0100)
commitde3cac9357b5aa9f9f02520e5f2567b06f3f75a7
tree4775c9b137c10bdd9b9ed51651e8ff281987f727
parentbcb1d238716d138c9e16347fc32b3c1ae006339e
mtd: check for zero length in OTP functions

This patch changes all the OTP functions like 'mtd_get_fact_prot_info()' and
makes them return zero immediately if the input 'len' parameter is 0. This is
not really needed currently, but most of the other functions do this, and it is
just consistent to do the same in the OTP functions.

This patch also moves the OTP functions from the header file to mtdcore.c
because they become a bit too big for being inlined.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/mtdcore.c
include/linux/mtd/mtd.h