commit | 67af1d7a0fb4b5397cb093c0fe98d5b95516c228 | [log] [tgz] |
---|---|---|
author | Thierry Escande <thierry.escande@linux.intel.com> | Thu Jan 02 11:58:13 2014 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sat Jan 04 03:35:34 2014 +0100 |
tree | 8422b34f34049f7d080bd251018f73b7b2983cb5 | |
parent | 444fb98eed98f7292a83f9bf123d1c78f171327e [diff] |
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 <thierry.escande@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>