NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros
authorThierry Escande <thierry.escande@linux.intel.com>
Thu, 2 Jan 2014 10:58:13 +0000 (11:58 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 4 Jan 2014 02:35:34 +0000 (03:35 +0100)
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 <thierry.escande@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found