]> git.baikalelectronics.ru Git - kernel.git/commit
hwrng: imx-rngc - (trivial) simplify error prints
authorMartin Kaiser <martin@kaiser.cx>
Thu, 5 Mar 2020 20:58:22 +0000 (21:58 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Mar 2020 12:00:15 +0000 (23:00 +1100)
commit57fb6b25290205906698464455066cc57d83995e
tree673df9133e67cf1d42dbd409717fb5a88331e313
parentf6630b2d5524197dca0d5dabcba80883c6b78a86
hwrng: imx-rngc - (trivial) simplify error prints

Remove the device name, it is added by the dev_...() routines.

Drop the error code as well. It will be shown by the driver core when
the probe operation failed.

Reviewed-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/imx-rngc.c