From: Richard Weinberger Date: Mon, 1 Jun 2015 21:10:51 +0000 (+0200) Subject: mtd: cs553x_nand: Fix kasprintf() usage X-Git-Tag: omap-for-v4.2/fixes-rc1^2~143^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc349da0a6b3c6cf795b6a51e3f448d9d16a1686;p=pandora-kernel.git mtd: cs553x_nand: Fix kasprintf() usage kasprintf() does a dynamic memory allocation and can fail. We have to handle that case. Signed-off-by: Richard Weinberger Signed-off-by: Brian Norris --- Reading git-diff-tree failed