diff options
author | Jiri Slaby (SUSE) <[email protected]> | 2024-08-08 12:35:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-08-14 08:25:21 +0200 |
commit | 4283232aeb114d2a5906c24b5497a545c9b33629 (patch) | |
tree | bdb615c718e823775beb6772a61bc9ecfa9a1331 /drivers/fpga/fpga-bridge.c | |
parent | 392a9d4807e869cb7adfbde62e11e295389c7a72 (diff) |
6pack: remove global strings
They are __init, so they are freed after init is done. But this
obfuscates the code.
Provided these days, we usually don't print anything if everything has
gone fine, drop the info print completely (along with now unused and
always artificial SIXPACK_VERSION).
And move the other string into the printk proper (while converting from
KERN_ERR to pr_err()).
Signed-off-by: Jiri Slaby (SUSE) <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Andreas Koensgen <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Paolo Abeni <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reviewed-by: Jeremy Kerr <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions