commit | 1e16322da45b747c753162e421b7a1b25259377a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Apr 24 20:05:18 2014 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 08 21:58:09 2014 +0800 |
tree | 15fad0338e05cdbc50d92c4f2d9f2a798f355da4 | |
parent | 526243cc872398ed8139a52ee0bf7715a3abcf31 [diff] |
crypto: caam - Clean up report_ccb_status() Clean this function up and rework it into sensible shape. This function now contains one single dev_err() instead of the previous insanity full of memory allocation, possible stack overwriting, chaotic string handling and use of SPRINTFCAT(). Signed-off-by: Marek Vasut <marex@denx.de> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>