]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwrng: omap - Don't prefix the probe message with OMAP
authorRomain Perier <romain.perier@free-electrons.com>
Fri, 16 Sep 2016 10:08:54 +0000 (12:08 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2016 02:27:51 +0000 (10:27 +0800)
commitf0d5a11200ca7071273d4b55b3c1d2a6f24f567b
treef8f4ba8e815192c3ce3d62d49b8471d79c12db6a
parente54feeb0db9c6fc5d6b75cc045c9e4578534ec2e
hwrng: omap - Don't prefix the probe message with OMAP

So far, this driver was only used for OMAP SoCs. However, if a device
variant is added for an IP block that has nothing to do with the OMAP
platform, the message "OMAP Random Number Generator Ver" is displayed
anyway. Instead of hardcoding "OMAP" into this message, we decide to
only display "Random Number Generator". As dev_info is already
pre-pending the message with the name of the device, we have enough
informations.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/omap-rng.c