aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vc04_services
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2019-10-08 14:33:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-08 17:15:05 +0200
commit82d20bc5083d259b5dd799aa699abee270c4a358 (patch)
tree844c66303111259191456315a777f5847e17a31b /drivers/staging/vc04_services
parentstaging: sm750fb: Remove set but not used variable 'actual_mx_clk' (diff)
downloadwireguard-linux-82d20bc5083d259b5dd799aa699abee270c4a358.tar.xz
wireguard-linux-82d20bc5083d259b5dd799aa699abee270c4a358.zip
staging: vchiq: don't print pointless kernel address
Since commit ad67b74d2469d9b8 ("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>
Diffstat (limited to 'drivers/staging/vc04_services')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
index b0e0653ffc23..663cc0f090cd 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
@@ -2132,9 +2132,6 @@ vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero)
char threadname[16];
int i;
- vchiq_log_warning(vchiq_core_log_level,
- "%s: slot_zero = %pK", __func__, slot_zero);
-
if (vchiq_states[0]) {
pr_err("%s: VCHIQ state already initialized\n", __func__);
return VCHIQ_ERROR;