From: Thierry Escande Date: Thu, 2 Jan 2014 10:58:13 +0000 (+0100) Subject: NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros X-Git-Tag: v3.14-rc1~94^2~113^2^2~38^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67af1d7a0fb4b5397cb093c0fe98d5b95516c228;p=pandora-kernel.git NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros It's bad to use these macros when not dealing with error code. this patch changes calls to these macros with correct casts. Signed-off-by: Thierry Escande Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed