]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vchiq: don't print pointless kernel address
authorMatteo Croce <mcroce@redhat.com>
Tue, 8 Oct 2019 12:33:46 +0000 (14:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Oct 2019 15:15:05 +0000 (17:15 +0200)
commite2de9bd48a1bad7de5d7dc19808350cbc0b51f2d
tree844c66303111259191456315a777f5847e17a31b
parentdfb6de32e6d2335072603639f9d025bdb21788d0
staging: vchiq: don't print pointless kernel address

Since commit c50104c2c22fe576 ("printk: hash addresses printed with %p"),
an obfuscated kernel pointer is printed at boot:

    vchiq: vchiq_init_state: slot_zero = (____ptrval____)

Remove the the print completely, as it's useless without the address.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Link: https://lore.kernel.org/r/20191008123346.3931-1-mcroce@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c